Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dshared_batch_scheduler.h347 bool IsOpenBatchSchedulable() const TF_EXCLUSIVE_LOCKS_REQUIRED(mu_);
660 if (batches_.size() > 1 || IsOpenBatchSchedulable()) { in ScheduleWithoutSplit()
751 if (batches_.size() > 1 || IsOpenBatchSchedulable()) { in ScheduleWithSplit()
796 if (batches_.size() == 1 && IsOpenBatchSchedulable()) { in ScheduleBatch()
879 bool Queue<TaskType>::IsOpenBatchSchedulable() const { in IsOpenBatchSchedulable() function