Searched refs:IsOpenBatchSchedulable (Results 1 – 1 of 1) sorted by relevance
401 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