Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dstats_ops.cc161 Tensor* output_gains_t; in Compute() local
163 feature_idx, {num_nodes}, &output_gains_t)); in Compute()
164 auto output_gains_vec = output_gains_t->vec<float>(); in Compute()