Searched refs:GetTwoBest (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/ |
D | tree_utils.cc | 45 void GetTwoBest(int max, const std::function<float(int)>& score_fn, in GetTwoBest() function 109 GetTwoBest(num_splits, score_fn, best_score, best_index, second_best_score, in GetTwoBestClassification() 186 GetTwoBest(num_splits, in GetTwoBestRegression()
|
D | tree_utils.h | 59 void GetTwoBest(int max, const std::function<float(int)>& score_fn,
|
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/ |
D | grow_stats.cc | 313 GetTwoBest(num_splits(), score_fn, &best_score, &best_index, in CheckFinishEarlyHoeffding() 351 GetTwoBest(num_splits(), score_fn, &best_score, &best_index, in CheckFinishEarlyBootstrap()
|