Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dstats_ops.cc101 float total_hess = 0.0; in Compute() local
105 total_hess += stats_summary[feature_idx](node_id, bucket, 1); in Compute()
107 cum_hess.push_back(total_hess); in Compute()
110 if (total_hess < min_node_weight) { in Compute()
121 CalculateWeightsAndGains(total_grad, total_hess, l1, l2, &unused, in Compute()
136 total_hess - cum_hess_bucket, l1, l2, in Compute()