Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dshared_batch_scheduler.h880 Batch<TaskType>* open_batch = batches_.back().get(); in IsOpenBatchSchedulable() local
881 if (open_batch->empty()) { in IsOpenBatchSchedulable()
884 return closed_ || open_batch->size() >= max_execution_batch_size() || in IsOpenBatchSchedulable()