Click or drag to resize

Session Constructor

https://www.emgu.com/wiki/index.php/Emgu_TF
Overload List
  NameDescription
Public methodSession(Graph, SessionOptions, Status)
Return a new execution session with the associated graph.
Public methodSession(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.
Top
See Also