Searched refs:wrappedInferredTypes (Results 1 – 1 of 1) sorted by relevance
77 SmallVector<MlirType> wrappedInferredTypes; in mlirInferTypeOpInterfaceInferReturnTypes() local78 wrappedInferredTypes.reserve(inferredTypes.size()); in mlirInferTypeOpInterfaceInferReturnTypes()80 wrappedInferredTypes.push_back(wrap(t)); in mlirInferTypeOpInterfaceInferReturnTypes()81 callback(wrappedInferredTypes.size(), wrappedInferredTypes.data(), userData); in mlirInferTypeOpInterfaceInferReturnTypes()