Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/CAPI/Interfaces/
H A DInterfaces.cpp77 SmallVector<MlirType> wrappedInferredTypes; in mlirInferTypeOpInterfaceInferReturnTypes() local
78 wrappedInferredTypes.reserve(inferredTypes.size()); in mlirInferTypeOpInterfaceInferReturnTypes()
80 wrappedInferredTypes.push_back(wrap(t)); in mlirInferTypeOpInterfaceInferReturnTypes()
81 callback(wrappedInferredTypes.size(), wrappedInferredTypes.data(), userData); in mlirInferTypeOpInterfaceInferReturnTypes()