Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dload_and_remap_matrix_op.cc190 Tensor* output_matrix_t = nullptr; in Compute() local
194 &output_matrix_t)); in Compute()
195 auto output_matrix = output_matrix_t->matrix<float>(); in Compute()