TensorFlow Serving C++ API Documentation
Public Member Functions | List of all members
tensorflow::serving::SharedPtrHandle Class Referencefinal

#include <servable_handle.h>

Inheritance diagram for tensorflow::serving::SharedPtrHandle:
Inheritance graph
[legend]
Collaboration diagram for tensorflow::serving::SharedPtrHandle:
Collaboration graph
[legend]

Public Member Functions

 SharedPtrHandle (const ServableId &id, std::shared_ptr< Loader > loader)
 
AnyPtr servable () override
 
const ServableIdid () const override
 

Detailed Description

An implementation of UntypedServableHandle using shared_ptr to do ref-counting on the Loader that owns the Servable.

Definition at line 114 of file servable_handle.h.


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