Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc1570 const int num_right_slices = right_slices.size(); in Compute() local
1571 tasks.reserve(num_left_slices * num_right_slices); in Compute()
1572 for (int j_outer = 0; j_outer < num_right_slices; j_outer += JB) { in Compute()
1575 j_inner < std::min(num_right_slices, j_outer + JB); ++j_inner) { in Compute()