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.h666 Batch<TaskType>* open_batch = batches_.back().get(); in IsOpenBatchSchedulable() local
667 if (open_batch->empty()) { in IsOpenBatchSchedulable()
670 return closed_ || open_batch->size() >= options_.max_batch_size || in IsOpenBatchSchedulable()