Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/sparse/
Dmat_mul_op.cc630 Tensor b_t_input; in Compute() local
632 b_t_input = b_t; in Compute()
641 b_t_transposed_shape, &b_t_input)); in Compute()
645 &b_t_input /*output*/)); in Compute()
648 ctx, DoMatrixTranspose(d, b_t /*input*/, &b_t_input /*output*/)); in Compute()
656 auto b = b_t_input.flat<T>(); in Compute()