Searched refs:num_trees_to_add (Results 1 – 2 of 2) sorted by relevance
111 const int32 new_trees_first_index, const int32 num_trees_to_add, in GetTreesWeightsForAddingTrees() argument125 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()
65 const int32 new_trees_first_index, const int32 num_trees_to_add,