Searched refs:approximateMatch (Results 1 – 1 of 1) sorted by relevance
33 std::optional<ApproximateMatch> approximateMatch = {}; in getApproximateMatch() local54 if (approximateMatch) { in getApproximateMatch()64 approximateMatch = ApproximateMatch{ in getApproximateMatch()73 if (approximateMatch) { in getApproximateMatch()74 return approximateMatch; in getApproximateMatch()168 if (std::optional<NonBufferHash> approximateMatch = getApproximateMatch(layers); in getPredictedPlan() local169 approximateMatch) { in getPredictedPlan()171 const Prediction& prediction = getPrediction(*approximateMatch); in getPredictedPlan()172 return PredictedPlan{.hash = *approximateMatch, in getPredictedPlan()431 if (!approximateMatch) { in findSimilarPrediction()[all …]