Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dstats_ops.cc116 std::vector<int32> output_thresholds; in Compute() local
174 output_thresholds.push_back(best_bucket); in Compute()
215 output_thresholds_vec(i) = output_thresholds[i]; in Compute()
290 std::vector<int32> output_thresholds; in Compute() local
345 output_thresholds.push_back(best_bucket); in Compute()
405 output_thresholds_vec(i) = output_thresholds[i]; in Compute()
646 std::vector<int32> output_thresholds; in Compute() local
722 output_thresholds.push_back(best_bucket); in Compute()
789 output_thresholds_vec(i) = output_thresholds[i]; in Compute()
1004 std::vector<int32> output_thresholds; in Compute() local
[all …]