Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dstats_ops.cc473 const Eigen::VectorXf total_left_hess = in CalculateBestInequalitySplit() local
476 total_left_grad, total_grad - total_left_grad, total_left_hess, in CalculateBestInequalitySplit()
477 total_hess - total_left_hess, logits_dim, bucket, f_dim, l1, l2, in CalculateBestInequalitySplit()
857 const Eigen::VectorXf total_left_hess = in CalculateBestInequalitySplit() local
860 total_left_grad, total_grad - total_left_grad, total_left_hess, in CalculateBestInequalitySplit()
861 total_hess - total_left_hess, logits_dim, bucket, f_dim, l1, l2, in CalculateBestInequalitySplit()
1168 float total_left_hess = 0; in process_node() local
1178 total_left_hess += b_iter->second[1]; in process_node()
1184 total_left_hess * identity, l1, l2, in process_node()
1190 (total_hess - total_left_hess) * identity, l1, in process_node()
[all …]