Searched defs:best_f_dim (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/boosted_trees/ |
D | stats_ops.cc | 300 int32 best_f_dim = 0; 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() 524 int32* best_bucket, int32* best_f_dim, in MaybeUpdateBestSplit() 658 int32 best_f_dim; 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() 908 int32* best_bucket, int32* best_f_dim, in MaybeUpdateBestSplit() 1127 float best_f_dim = 0; in process_node() local
|