Home
last modified time | relevance | path

Searched refs:pythonType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Bindings/Python/
H A DAttributes.td21 string pythonType = p;
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpPythonBindingGen.cpp475 StringRef pythonType = in emitAttributeAccessors() local
479 pythonType, namedAttr.name); in emitAttributeAccessors()
485 os << llvm::formatv(attributeGetterTemplate, sanitizedName, pythonType, in emitAttributeAccessors()