Searched defs:best_gain (Results 1 – 1 of 1) 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 298 float best_gain = std::numeric_limits<float>::lowest(); in Compute() local 427 const float l2, float* best_gain, int32* best_bucket, int32* best_f_dim, in CalculateBestInequalitySplit() 496 const float l2, float* best_gain, int32* best_bucket, int32* best_f_dim, in CalculateBestEqualitySplit() 523 const string split_type, float* best_gain, in MaybeUpdateBestSplit() 655 float best_gain = std::numeric_limits<float>::lowest(); in Compute() local 811 const float l2, float* best_gain, int32* best_bucket, int32* best_f_dim, in CalculateBestInequalitySplit() 880 const float l2, float* best_gain, int32* best_bucket, int32* best_f_dim, in CalculateBestEqualitySplit() 907 const string split_type, float* best_gain, in MaybeUpdateBestSplit() 1125 float best_gain = std::numeric_limits<float>::lowest(); in process_node() local
|