Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dprediction_ops.cc93 Tensor* output_partial_logits_t = nullptr; in Compute() local
97 &output_partial_logits_t)); in Compute()
98 auto output_partial_logits = output_partial_logits_t->matrix<float>(); in Compute()