TensorFlow Serving C++ API Documentation
Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
tensorflow::serving::SourceRouter< T > Class Template Referenceabstract
Inheritance diagram for tensorflow::serving::SourceRouter< T >:
Inheritance graph
[legend]
Collaboration diagram for tensorflow::serving::SourceRouter< T >:
Collaboration graph
[legend]

Public Member Functions

std::vector< Source< T > * > GetOutputPorts ()
 
void SetAspiredVersions (const StringPiece servable_name, std::vector< ServableData< T >> versions) final
 
- Public Member Functions inherited from tensorflow::serving::TargetBase< T >
Source< T >::AspiredVersionsCallback GetAspiredVersionsCallback () final
 

Static Public Attributes

static constexpr int kNoRoute = -1
 

Protected Member Functions

virtual int num_output_ports () const =0
 
virtual int Route (const StringPiece servable_name, const std::vector< ServableData< T >> &versions)=0
 
- Protected Member Functions inherited from tensorflow::serving::TargetBase< T >
void Detach ()
 

Detailed Description

template<typename T>
class tensorflow::serving::SourceRouter< T >

Definition at line 52 of file source_router.h.


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