TensorFlow Serving C++ API Documentation
|
#include <serving_session.h>
Public Member Functions | |
Status | Create (const GraphDef &graph) final |
Status | Extend (const GraphDef &graph) final |
Status | Close () final |
A Session that blocks state-changing methods such as Close(), while allowing Run() for read-only access (not enforced). Useful for Session implementations that intend to be read-only and only implement Run().
Definition at line 34 of file serving_session.h.