Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dshared_batch_scheduler.h335 class QueueHandle : public BatchScheduler<TaskType> {
337 QueueHandle(std::shared_ptr<SharedBatchScheduler<TaskType>> scheduler,
339 ~QueueHandle() override;
355 TF_DISALLOW_COPY_AND_ASSIGN(QueueHandle);
421 new internal::QueueHandle<TaskType>(this->shared_from_this(), in AddQueue()
676 QueueHandle<TaskType>::QueueHandle( in QueueHandle() function
682 QueueHandle<TaskType>::~QueueHandle() { in ~QueueHandle()
687 Status QueueHandle<TaskType>::Schedule(std::unique_ptr<TaskType>* task) { in Schedule()
692 size_t QueueHandle<TaskType>::NumEnqueuedTasks() const { in NumEnqueuedTasks()
697 size_t QueueHandle<TaskType>::SchedulingCapacity() const { in SchedulingCapacity()