Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dshared_batch_scheduler.h699 const int num_new_batches_schedulable = in ScheduleWithSplit() local
704 (num_new_batches_schedulable * max_execution_batch_size) + in ScheduleWithSplit()
778 const int num_new_batches_schedulable = in SchedulingCapacity() local
782 return (num_new_batches_schedulable * max_execution_batch_size()) + in SchedulingCapacity()