Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Ddropout_utils.cc110 const std::vector<float>& dropped_trees_original_weights, in GetTreesWeightsForAddingTrees() argument
117 std::accumulate(dropped_trees_original_weights.begin(), in GetTreesWeightsForAddingTrees()
118 dropped_trees_original_weights.end(), 0.0); in GetTreesWeightsForAddingTrees()
141 const float original_weight = dropped_trees_original_weights[i]; in GetTreesWeightsForAddingTrees()
Ddropout_utils.h64 const std::vector<float>& dropped_trees_original_weights,