Searched defs:best_gain (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/boosted_trees/ |
D | stats_ops.cc | 149 float best_gain = std::numeric_limits<float>::lowest(); in Compute() local 326 float best_gain = std::numeric_limits<float>::lowest(); in Compute() local 456 float* best_gain, int32* best_bucket, int32* best_f_dim, in CalculateBestInequalitySplit() 526 float* best_gain, int32* best_bucket, int32* best_f_dim, in CalculateBestEqualitySplit() 553 const string split_type, float* best_gain, in MaybeUpdateBestSplit() 696 float best_gain = std::numeric_limits<float>::lowest(); in Compute() local 853 float* best_gain, int32* best_bucket, int32* best_f_dim, in CalculateBestInequalitySplit() 923 float* best_gain, int32* best_bucket, int32* best_f_dim, in CalculateBestEqualitySplit() 950 const string split_type, float* best_gain, in MaybeUpdateBestSplit() 1175 float best_gain = std::numeric_limits<float>::lowest(); in process_node() local
|