Searched refs:batch_begin (Results 1 – 7 of 7) sorted by relevance
112 [&](int64 batch_begin, int64 batch_end) { in Compute() argument113 for (int64 batch_index = batch_begin; batch_index < batch_end; in Compute()191 [&](int64 batch_begin, int64 batch_end) { in Compute() argument192 for (int64 batch_index = batch_begin; batch_index < batch_end; in Compute()
99 amd_cost_per_batch, [&](int64 batch_begin, int64 batch_end) { in Compute() argument100 for (int64 batch_index = batch_begin; batch_index < batch_end; in Compute()
99 auto shard = [&](int64 batch_begin, int64 batch_end) { in Compute() argument100 for (int64 batch_idx = batch_begin; batch_idx < batch_end; ++batch_idx) { in Compute()
95 auto shard = [&](int64 batch_begin, int64 batch_end) { in Compute() argument96 for (int64 batch_idx = batch_begin; batch_idx < batch_end; ++batch_idx) { in Compute()
186 matmul_cost_per_batch, [&](int64 batch_begin, int64 batch_end) { in Compute() argument187 for (int64 batch_idx = batch_begin; batch_idx < batch_end; in Compute()228 [&](int64 batch_begin, int64 batch_end) { in Compute() argument229 for (int64 batch_idx = batch_begin; batch_idx < batch_end; in Compute()
430 const int64 batch_begin = batch_and_row_begin / num_rows; in HandleBatchAndRowRange() local433 for (int64 batch_idx = batch_begin; batch_idx <= batch_end_inclusive; in HandleBatchAndRowRange()
155 const int64 batch_begin = begin / m; in operator ()() local157 for (int64 batch = batch_begin; batch < batch_end; ++batch) { in operator ()()