Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/sparse/
Dmat_mul_op.cc534 const int64 c_matrix_lhs = c_shape.dim_size(row_dim); in Compute() local
536 const int64 c_slice_size = c_matrix_lhs * c_matrix_rhs; in Compute()
601 c_mat_col_major_shape = TensorShape({c_matrix_rhs, c_matrix_lhs}); in Compute()
604 TensorShape({batch_size, c_matrix_rhs, c_matrix_lhs}); in Compute()
671 {c_matrix_lhs, c_matrix_rhs}); in Compute()