Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DIR.h330 MLIR_CAPI_EXPORTED intptr_t mlirOperationGetNumOperands(MlirOperation op);
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp281 intptr_t mlirOperationGetNumOperands(MlirOperation op) { in mlirOperationGetNumOperands() function
/external/llvm-project/mlir/docs/
DCAPI.md43 for creation functions). For example, `mlirOperationGetNumOperands` inspects an
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1297 length == -1 ? mlirOperationGetNumOperands(operation->get()) in PyOpOperandList()
1304 return mlirOperationGetNumOperands(operation->get()); in getNumElements()