Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/sparse/
Dmat_mul_op.cc599 TensorShape c_mat_col_major_shape; in Compute() local
601 c_mat_col_major_shape = TensorShape({c_matrix_rhs, c_matrix_lhs}); in Compute()
603 c_mat_col_major_shape = in Compute()
608 c_mat_col_major_shape, &c_mat_col_major_t)); in Compute()