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.cc635 Tensor b_t_input; in Compute() local
637 b_t_input = b_t; in Compute()
646 b_t_transposed_shape, &b_t_input)); in Compute()
650 &b_t_input /*output*/)); in Compute()
653 ctx, DoMatrixTranspose(d, b_t /*input*/, &b_t_input /*output*/)); in Compute()
661 auto b = b_t_input.flat<T>(); in Compute()