Searched refs:GetTwoBestClassification (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/ |
D | tree_utils.cc | 80 void GetTwoBestClassification(const Tensor& total_counts, in GetTwoBestClassification() function 119 GetTwoBestClassification(total_counts, split_counts, accumulator, &best_score, in BestFeatureClassification() 270 GetTwoBestClassification(total_counts, split_counts, accumulator, &best_score, in BestSplitDominatesClassificationBootstrap() 322 GetTwoBestClassification(total_counts, split_counts, accumulator, &best_score, in BestSplitDominatesClassificationHoeffding() 505 GetTwoBestClassification(total_counts, split_counts, accumulator, &best_score, in BestSplitDominatesClassificationChebyshev()
|