TensorFlow Serving C++ API Documentation
Classes | Public Member Functions | Static Public Member Functions | List of all members
tensorflow::serving::BatchSchedulerRetrier< TaskType > Class Template Reference
Inheritance diagram for tensorflow::serving::BatchSchedulerRetrier< TaskType >:
Inheritance graph
[legend]
Collaboration diagram for tensorflow::serving::BatchSchedulerRetrier< TaskType >:
Collaboration graph
[legend]

Classes

struct  Options
 

Public Member Functions

Status Schedule (std::unique_ptr< TaskType > *task) override
 
size_t NumEnqueuedTasks () const override
 
size_t SchedulingCapacity () const override
 
size_t max_task_size () const override
 

Static Public Member Functions

static Status Create (const Options &options, std::unique_ptr< BatchScheduler< TaskType >> wrapped, std::unique_ptr< BatchSchedulerRetrier< TaskType >> *result)
 

Detailed Description

template<typename TaskType>
class tensorflow::serving::BatchSchedulerRetrier< TaskType >

Definition at line 37 of file batch_scheduler_retrier.h.


The documentation for this class was generated from the following file: