Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DIR.h355 mlirOperationGetAttribute(MlirOperation op, intptr_t pos);
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp309 MlirNamedAttribute mlirOperationGetAttribute(MlirOperation op, intptr_t pos) { in mlirOperationGetAttribute() function
/external/llvm-project/mlir/test/CAPI/
Dir.c371 MlirNamedAttribute namedAttr0 = mlirOperationGetAttribute(operation, 0); in printFirstOfEach()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1375 mlirOperationGetAttribute(operation->get(), index); in dunderGetItemIndexed()