Searched refs:mlirFunctionTypeGet (Results 1 – 4 of 4) sorted by relevance
317 MLIR_CAPI_EXPORTED MlirType mlirFunctionTypeGet(MlirContext ctx,
338 MlirType mlirFunctionTypeGet(MlirContext ctx, intptr_t numInputs, in mlirFunctionTypeGet() function
584 MlirType t = mlirFunctionTypeGet(context->get(), inputsRaw.size(), in bindDerived()
789 MlirType funcType = mlirFunctionTypeGet(ctx, 2, funcInputs, 3, funcResults); in printBuiltinTypes()