Searched refs:inferredTypes (Results 1 – 2 of 2) sorted by relevance
169 std::vector<PyType> &inferredTypes; member178 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() local211 AppendResultsCallbackData data{inferredTypes, pyContext}; in inferReturnTypes()226 return inferredTypes; in inferReturnTypes()
71 SmallVector<Type> inferredTypes; in mlirInferTypeOpInterfaceInferReturnTypes() local74 unwrappedRegions, inferredTypes))) in mlirInferTypeOpInterfaceInferReturnTypes()78 wrappedInferredTypes.reserve(inferredTypes.size()); in mlirInferTypeOpInterfaceInferReturnTypes()79 for (Type t : inferredTypes) in mlirInferTypeOpInterfaceInferReturnTypes()