Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Ddropout_utils.cc126 const int32 new_tree_index = new_trees_first_index + i; in GetTreesWeightsForAddingTrees() local
127 if (new_tree_index < current_weights->size()) { in GetTreesWeightsForAddingTrees()
129 (*current_weights)[new_tree_index] = in GetTreesWeightsForAddingTrees()
131 (*num_updates)[new_tree_index]++; in GetTreesWeightsForAddingTrees()