Home
last modified time | relevance | path

Searched refs:inferredTypes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRInterfaces.cpp169 std::vector<PyType> &inferredTypes; member
178 data->inferredTypes.reserve(data->inferredTypes.size() + nTypes); in appendResultsCallback()
180 data->inferredTypes.emplace_back(data->pyMlirContext.getRef(), types[i]); in appendResultsCallback()
209 std::vector<PyType> inferredTypes; in inferReturnTypes() local
211 AppendResultsCallbackData data{inferredTypes, pyContext}; in inferReturnTypes()
226 return inferredTypes; in inferReturnTypes()
/llvm-project-15.0.7/mlir/lib/CAPI/Interfaces/
H A DInterfaces.cpp71 SmallVector<Type> inferredTypes; in mlirInferTypeOpInterfaceInferReturnTypes() local
74 unwrappedRegions, inferredTypes))) in mlirInferTypeOpInterfaceInferReturnTypes()
78 wrappedInferredTypes.reserve(inferredTypes.size()); in mlirInferTypeOpInterfaceInferReturnTypes()
79 for (Type t : inferredTypes) in mlirInferTypeOpInterfaceInferReturnTypes()