Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinAttributes.h434 mlirDenseElementsAttrGetUInt8Value(MlirAttribute attr, intptr_t pos);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinAttributes.cpp560 uint8_t mlirDenseElementsAttrGetUInt8Value(MlirAttribute attr, intptr_t pos) { in mlirDenseElementsAttrGetUInt8Value() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp719 return mlirDenseElementsAttrGetUInt8Value(*this, pos); in dunderGetItem()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c1022 mlirDenseElementsAttrGetUInt8Value(uint8Elements, 1) != 1 || in printBuiltinAttributes()