Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinAttributes.h385 mlirDenseElementsAttrGetUInt32Value(MlirAttribute attr, intptr_t pos);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinAttributes.cpp487 uint32_t mlirDenseElementsAttrGetUInt32Value(MlirAttribute attr, intptr_t pos) { in mlirDenseElementsAttrGetUInt32Value() function
/external/llvm-project/mlir/test/CAPI/
Dir.c883 mlirDenseElementsAttrGetUInt32Value(uint32Elements, 1) != 1 || in printBuiltinAttributes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1736 return bufferInfo(shapedType, mlirDenseElementsAttrGetUInt32Value); in accessBuffer()
1864 return mlirDenseElementsAttrGetUInt32Value(*this, pos); in dunderGetItem()