Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinAttributes.h387 mlirDenseElementsAttrGetInt64Value(MlirAttribute attr, intptr_t pos);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinAttributes.cpp492 int64_t mlirDenseElementsAttrGetInt64Value(MlirAttribute attr, intptr_t pos) { in mlirDenseElementsAttrGetInt64Value() function
/external/llvm-project/mlir/test/CAPI/
Dir.c886 mlirDenseElementsAttrGetInt64Value(int64Elements, 1) != 1 || in printBuiltinAttributes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1743 return bufferInfo(shapedType, mlirDenseElementsAttrGetInt64Value); in accessBuffer()
1877 return mlirDenseElementsAttrGetInt64Value(*this, pos); in dunderGetItem()