Home
last modified time | relevance | path

Searched refs:mlirAttributeGetType (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/include/mlir-c/
DIR.h584 MLIR_CAPI_EXPORTED MlirType mlirAttributeGetType(MlirAttribute attribute);
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1701 MlirType attrType = mlirAttributeGetType(elementAttr); in getSplat()
1719 MlirType shapedType = mlirAttributeGetType(*this); in accessBuffer()
1848 MlirType type = mlirAttributeGetType(*this); in dunderGetItem()
1904 MlirType type = mlirAttributeGetType(*this); in dunderGetItem()
3018 mlirAttributeGetType(self)); in populateIRSubmodule()
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp573 MlirType mlirAttributeGetType(MlirAttribute attribute) { in mlirAttributeGetType() function
/external/llvm-project/mlir/test/CAPI/
Dir.c754 MlirType floatingType = mlirAttributeGetType(floating); in printBuiltinAttributes()