TensorFlow Serving C++ API Documentation
|
Public Member Functions | |
ServerSupport (const ServerSupport &other)=delete | |
ServerSupport & | operator= (const ServerSupport &other)=delete |
virtual void | IncOps ()=0 |
virtual void | DecOps ()=0 |
virtual bool | EventLoopSchedule (std::function< void()> fn)=0 |
Definition at line 31 of file server_support.h.