Home
last modified time | relevance | path

Searched refs:GetTwoBest (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
Dtree_utils.cc45 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()
Dtree_utils.h59 void GetTwoBest(int max, const std::function<float(int)>& score_fn,
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dgrow_stats.cc313 GetTwoBest(num_splits(), score_fn, &best_score, &best_index, in CheckFinishEarlyHoeffding()
351 GetTwoBest(num_splits(), score_fn, &best_score, &best_index, in CheckFinishEarlyBootstrap()