Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dshared_batch_scheduler.h401 bool IsOpenBatchSchedulable() const TF_EXCLUSIVE_LOCKS_REQUIRED(mu_);
857 if (batches_.size() > 1 || IsOpenBatchSchedulable()) { in ScheduleWithLazySplit()
936 if (batches_.size() > 1 || IsOpenBatchSchedulable()) { in ScheduleWithoutOrEagerSplit()
1025 if (batches_.size() == 1 && IsOpenBatchSchedulable()) { in ScheduleBatchWithEagerSplit()
1057 if (task_handle_batches_.size() == 1 && IsOpenBatchSchedulable()) { in ScheduleBatch()
1163 bool Queue<TaskType>::IsOpenBatchSchedulable() const { in IsOpenBatchSchedulable() function