Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Ddropout_utils.cc111 const int32 new_trees_first_index, const int32 num_trees_to_add, in GetTreesWeightsForAddingTrees() argument
125 for (int i = 0; i < num_trees_to_add; ++i) { in GetTreesWeightsForAddingTrees()
130 total_new_trees_weight / num_trees_to_add; in GetTreesWeightsForAddingTrees()
134 current_weights->push_back(total_new_trees_weight / num_trees_to_add); in GetTreesWeightsForAddingTrees()
Ddropout_utils.h65 const int32 new_trees_first_index, const int32 num_trees_to_add,