Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dstats_ops.cc119 float parent_gain; in Compute() local
122 &parent_gain); in Compute()
148 output_gains.push_back(best_gain - parent_gain); in Compute()