Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Ddropout_utils.cc123 const float total_new_trees_weight = dropped_sum / (num_dropped + 1); in GetTreesWeightsForAddingTrees() local
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()