Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dshared_batch_scheduler.h790 std::unique_ptr<Batch<TaskType>> batch_to_schedule; in ScheduleBatch() local
803 batch_to_schedule = std::move(batches_.front()); in ScheduleBatch()
810 return batch_to_schedule; in ScheduleBatch()