TensorFlow Serving C++ API Documentation
Public Member Functions | List of all members
tensorflow::serving::test_util::MockLoader Class Reference
Inheritance diagram for tensorflow::serving::test_util::MockLoader:
Inheritance graph
[legend]
Collaboration diagram for tensorflow::serving::test_util::MockLoader:
Collaboration graph
[legend]

Public Member Functions

 MOCK_METHOD (Status, EstimateResources,(ResourceAllocation *estimate),(const, override))
 
 MOCK_METHOD (Status, Load,(),(override))
 
 MOCK_METHOD (Status, LoadWithMetadata,(const Metadata &),(override))
 
 MOCK_METHOD (void, Unload,(),(override))
 
 MOCK_METHOD (AnyPtr, servable,(),(override))
 
- Public Member Functions inherited from tensorflow::serving::Loader
virtual ~Loader ()=default
 
virtual Status EstimateResources (ResourceAllocation *estimate) const =0
 
virtual Status Load ()
 
virtual Status LoadWithMetadata (const Metadata &metadata)
 
virtual void Unload ()=0
 
virtual AnyPtr servable ()=0
 

Detailed Description

Definition at line 28 of file mock_loader.h.


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