Session Constructor |
Name | Description | |
---|---|---|
![]() | Session(Graph, SessionOptions, Status) |
Return a new execution session with the associated graph.
|
![]() | Session(String, String, SessionOptions, Buffer, Status) |
Create a Session from a SavedModel. If successful, populates the internal graph with the contents of the Graph and
with the MetaGraphDef of the loaded model.
|