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

Static Public Member Functions

static Status Create (const std::vector< string > &route_substrings, std::unique_ptr< StaticSourceRouter< T >> *result)
 

Protected Member Functions

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

Additional Inherited Members

- Public Member Functions inherited from tensorflow::serving::SourceRouter< T >
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 inherited from tensorflow::serving::SourceRouter< T >
static constexpr int kNoRoute = -1
 

Detailed Description

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

Definition at line 38 of file static_source_router.h.


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