Searched refs:mlirOperationGetOperand (Results 1 – 4 of 4) sorted by relevance
333 MLIR_CAPI_EXPORTED MlirValue mlirOperationGetOperand(MlirOperation op,
285 MlirValue mlirOperationGetOperand(MlirOperation op, intptr_t pos) { in mlirOperationGetOperand() function
154 type of the subobject. For example, `mlirOperationGetOperand` returns an
1308 return PyValue(operation, mlirOperationGetOperand(operation->get(), pos)); in getElement()