Home | History | Annotate | Download | only in annotator

Lines Matching defs:batch_end

2170     const int batch_end =
2176 for (int click_pos = batch_start; click_pos < batch_end; ++click_pos) {
2182 const int batch_size = batch_end - batch_start;
2199 for (int click_pos = batch_start; click_pos < batch_end; ++click_pos) {
2281 const int batch_end = std::min(batch_start + max_batch_size,
2287 for (int i = batch_start; i < batch_end; ++i) {
2293 const int batch_size = batch_end - batch_start;
2309 for (int i = batch_start; i < batch_end; ++i) {