Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dshared_batch_scheduler.h415 bool BatchTaskExceedQueueCapacity(TaskType* task) const
822 if (BatchTaskExceedQueueCapacity((*task).get())) { in ScheduleWithLazySplit()
896 if (BatchTaskExceedQueueCapacity((*task).get())) { in ScheduleWithoutOrEagerSplit()
988 bool Queue<TaskType>::BatchTaskExceedQueueCapacity(TaskType* task) const { in BatchTaskExceedQueueCapacity() function