Searched refs:num_right_slices (Results 1 – 1 of 1) sorted by relevance
1573 const int num_right_slices = right_slices.size(); in Compute() local1574 tasks.reserve(num_left_slices * num_right_slices); in Compute()1575 for (int j_outer = 0; j_outer < num_right_slices; j_outer += JB) { in Compute()1578 j_inner < std::min(num_right_slices, j_outer + JB); ++j_inner) { in Compute()