Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/sparse/
Dmat_mul_op.cc593 Tensor c_mat_col_major_t; in Compute() local
608 c_mat_col_major_shape, &c_mat_col_major_t)); in Compute()
616 : c_mat_col_major_t.flat<T>(); in Compute()
681 OP_REQUIRES_OK(ctx, DoMatrixTranspose(d, /*input=*/c_mat_col_major_t, in Compute()