Searched refs:best_candidate (Results 1 – 2 of 2) sorted by relevance
208 const auto best_candidate = (*best_split_per_node)[node_id]; in FindBestSplitsPerNode() local209 const int32 best_feature_id = best_candidate.feature_id; in FindBestSplitsPerNode()433 const auto& best_candidate = (*best_split_per_node)[node_id]; in FindBestSplitsPerNode() local434 const int32 best_feature_id = best_candidate.feature_id; in FindBestSplitsPerNode()
124 auto best_candidate = absl::c_max_element(candidates, compare); in FindCrossProgramPrefetchCandidate() local125 if (best_candidate == candidates.end()) { in FindCrossProgramPrefetchCandidate()128 return *best_candidate; in FindCrossProgramPrefetchCandidate()