TensorFlow Serving C++ API Documentation
Static Public Member Functions | Friends | List of all members
tensorflow::serving::SavedModelBundleSourceAdapter Class Referencefinal
Inheritance diagram for tensorflow::serving::SavedModelBundleSourceAdapter:
Inheritance graph
[legend]
Collaboration diagram for tensorflow::serving::SavedModelBundleSourceAdapter:
Collaboration graph
[legend]

Static Public Member Functions

static Status Create (const SavedModelBundleSourceAdapterConfig &config, std::unique_ptr< SavedModelBundleSourceAdapter > *adapter)
 

Friends

class SavedModelBundleSourceAdapterCreator
 

Additional Inherited Members

- Public Types inherited from tensorflow::serving::Source< OutputType >
using AspiredVersionsCallback = std::function< void(const StringPiece servable_name, std::vector< ServableData< OutputType > > versions)>
 
- Public Member Functions inherited from tensorflow::serving::SourceAdapter< InputType, OutputType >
void SetAspiredVersions (const StringPiece servable_name, std::vector< ServableData< InputType >> versions) final
 
void SetAspiredVersionsCallback (typename Source< OutputType >::AspiredVersionsCallback callback) final
 
ServableData< OutputType > AdaptOneVersion (ServableData< InputType > input)
 Adapts a single servable data item. (Implemented on top of Adapt().)
 
- Public Member Functions inherited from tensorflow::serving::TargetBase< InputType >
Source< InputType >::AspiredVersionsCallback GetAspiredVersionsCallback () final
 
- Public Member Functions inherited from tensorflow::serving::Source< OutputType >
virtual void SetAspiredVersionsCallback (AspiredVersionsCallback callback)=0
 Supplies an AspiredVersionsCallback to use. Can be called at most once.
 
- Protected Member Functions inherited from tensorflow::serving::TargetBase< InputType >
void Detach ()
 

Detailed Description

Definition at line 35 of file saved_model_bundle_source_adapter.h.


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