Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
Dtree_utils.cc47 int* second_best_index) { in GetTwoBest() argument
49 *second_best_index = -1; in GetTwoBest()
56 *second_best_index = *best_index; in GetTwoBest()
61 *second_best_index = i; in GetTwoBest()
84 int* second_best_index) { in GetTwoBestClassification() argument
110 second_best_index); in GetTwoBestClassification()
118 int second_best_index; in BestFeatureClassification() local
121 &second_best_index); in BestFeatureClassification()
158 float* second_best_score, int* second_best_index) { in GetTwoBestRegression() argument
191 best_score, best_index, second_best_score, second_best_index); in GetTwoBestRegression()
[all …]
Dtree_utils.h61 int* second_best_index);
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dgrow_stats.cc312 int32 second_best_index; in CheckFinishEarlyHoeffding() local
314 &second_best_score, &second_best_index); in CheckFinishEarlyHoeffding()
350 int32 second_best_index; in CheckFinishEarlyBootstrap() local
352 &second_best_score, &second_best_index); in CheckFinishEarlyBootstrap()
359 MakeBootstrapWeights(second_best_index, &weights2); in CheckFinishEarlyBootstrap()