Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc1254 const int row_slice_size = slice_num_rows * mat_num_cols; in ShuffleMatrix() local
1263 input_start = input_start - row_slice_size + N; in ShuffleMatrix()