Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinAttributes.h431 MLIR_CAPI_EXPORTED int8_t mlirDenseElementsAttrGetInt8Value(MlirAttribute attr,
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinAttributes.cpp557 int8_t mlirDenseElementsAttrGetInt8Value(MlirAttribute attr, intptr_t pos) { in mlirDenseElementsAttrGetInt8Value() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp735 return mlirDenseElementsAttrGetInt8Value(*this, pos); in dunderGetItem()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c1023 mlirDenseElementsAttrGetInt8Value(int8Elements, 1) != 1 || in printBuiltinAttributes()