Home
last modified time | relevance | path

Searched refs:mlirOperationStateEnableResultTypeInference (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h355 mlirOperationStateEnableResultTypeInference(MlirOperationState *state);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp281 void mlirOperationStateEnableResultTypeInference(MlirOperationState *state) { in mlirOperationStateEnableResultTypeInference() function
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c610 mlirOperationStateEnableResultTypeInference(&state); in createOperationWithTypeInference()