Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dtraining_ops.cc264 const Tensor* mean_hessians_t; in Compute() local
265 OP_REQUIRES_OK(context, context->input("mean_hessians", &mean_hessians_t)); in Compute()
281 const float hessians_mean = mean_hessians_t->flat<float>()(0); in Compute()