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.h400 class QueueHandle : public BatchScheduler<TaskType> {
402 QueueHandle(std::shared_ptr<SharedBatchScheduler<TaskType>> scheduler,
404 ~QueueHandle() override;
420 TF_DISALLOW_COPY_AND_ASSIGN(QueueHandle);
505 new internal::QueueHandle<TaskType>(this->shared_from_this(), in AddQueue()
890 QueueHandle<TaskType>::QueueHandle( in QueueHandle() function
896 QueueHandle<TaskType>::~QueueHandle() { in ~QueueHandle()
901 Status QueueHandle<TaskType>::Schedule(std::unique_ptr<TaskType>* task) { in Schedule()
906 size_t QueueHandle<TaskType>::NumEnqueuedTasks() const { in NumEnqueuedTasks()
911 size_t QueueHandle<TaskType>::SchedulingCapacity() const { in SchedulingCapacity()