Searched refs:mlirFunctionTypeGetInput (Results 1 – 4 of 4) sorted by relevance
330 MLIR_CAPI_EXPORTED MlirType mlirFunctionTypeGetInput(MlirType type,
356 MlirType mlirFunctionTypeGetInput(MlirType type, intptr_t pos) { in mlirFunctionTypeGetInput() function
599 types.append(PyType(contextRef, mlirFunctionTypeGetInput(t, i))); in bindDerived()
794 if (!mlirTypeEqual(funcInputs[0], mlirFunctionTypeGetInput(funcType, 0)) || in printBuiltinTypes()795 !mlirTypeEqual(funcInputs[1], mlirFunctionTypeGetInput(funcType, 1))) in printBuiltinTypes()