Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dstats_ops.cc134 float gain_for_right; in Compute() local
137 &contrib_for_right, &gain_for_right); in Compute()
139 if (GainIsLarger(gain_for_left + gain_for_right, best_gain)) { in Compute()
140 best_gain = gain_for_left + gain_for_right; in Compute()