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

#include <serving_session.h>

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

Public Member Functions

Status Create (const GraphDef &graph) final
 
Status Extend (const GraphDef &graph) final
 
Status Close () final
 

Detailed Description

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.


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