|
static Status | Create (const std::vector< string > &route_substrings, std::unique_ptr< StaticSourceRouter< T >> *result) |
|
|
int | num_output_ports () const override |
|
int | Route (const StringPiece servable_name, const std::vector< ServableData< T >> &versions) override |
|
void | Detach () |
|
|
std::vector< Source< T > * > | GetOutputPorts () |
|
void | SetAspiredVersions (const StringPiece servable_name, std::vector< ServableData< T >> versions) final |
|
Source< T >::AspiredVersionsCallback | GetAspiredVersionsCallback () final |
|
static constexpr int | kNoRoute = -1 |
|
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: