Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
Dstats_ops.cc340 Tensor* output_finished_t = nullptr; in Compute() local
344 context, context->allocate_output(0, output_shape, &output_finished_t)); in Compute()
345 auto output = output_finished_t->unaligned_flat<int32>(); in Compute()