Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Ddropout_utils.cc142 const float new_weight = original_weight * num_dropped / (num_dropped + 1); in GetTreesWeightsForAddingTrees() local
143 (*current_weights)[dropped] = new_weight; in GetTreesWeightsForAddingTrees()
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dgrow_stats.cc659 float new_weight = it->second + w; in accumulate() local
661 class_weights_[c] = new_weight; in accumulate()
/external/tensorflow/tensorflow/python/keras/layers/
Dnormalization.py544 new_weight = self._assign_moving_average(weight, weight_value,
549 return new_var / new_weight