Searched refs:best_gain (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/boosted_trees/ |
D | stats_ops.cc | 137 float best_gain = std::numeric_limits<float>::lowest(); in Compute() local 164 if (GainIsLarger(gain_for_left + gain_for_right, best_gain)) { in Compute() 165 best_gain = gain_for_left + gain_for_right; in Compute() 173 output_gains.push_back(best_gain - parent_gain); in Compute() 298 float best_gain = std::numeric_limits<float>::lowest(); in Compute() local 323 num_buckets, min_node_weight, l1, l2, &best_gain, &best_bucket, in Compute() 329 logits_dim, hessian_dim, num_buckets, l1, l2, &best_gain, in Compute() 334 if (best_gain == std::numeric_limits<float>::lowest()) { in Compute() 340 output_gains.push_back(best_gain - parent_gain); in Compute() 427 const float l2, float* best_gain, int32* best_bucket, int32* best_f_dim, in CalculateBestInequalitySplit() argument [all …]
|
/external/fonttools/Lib/fontTools/varLib/ |
D | varStore.py | 471 best_gain = 0 495 best_gain = combined_gain - separate_gain
|