Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dstats_ops.cc87 std::vector<float> cum_hess; in Compute() local
89 cum_hess.reserve(num_buckets); in Compute()
99 cum_hess.clear(); in Compute()
107 cum_hess.push_back(total_hess); in Compute()
126 const float cum_hess_bucket = cum_hess[bucket]; in Compute()