TensorFlow Serving C++ API Documentation
|
Public Member Functions | |
UniquePtrWithDeps (std::unique_ptr< T > object) | |
UniquePtrWithDeps (T *owned_object) | |
UniquePtrWithDeps (UniquePtrWithDeps &&other)=default | |
template<typename X > | |
X * | AddDependency (std::unique_ptr< X > dependency) |
void | SetOwned (std::unique_ptr< T > object) |
void | SetOwnedPtr (T *owned_object) |
T * | get () const |
const T & | operator* () const |
T * | operator-> () const |
Definition at line 40 of file unique_ptr_with_deps.h.