Click or drag to resize

Session Constructor (Graph, SessionOptions, Status)

https://www.emgu.com/wiki/index.php/Emgu_TF
Return a new execution session with the associated graph.

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Session(
	Graph graph,
	SessionOptions sessionOptions = null,
	Status status = null
)

Parameters

graph
Type: Emgu.TFGraph
Graph must be a valid graph (not deleted or null). This function will prevent the graph from being deleted until Session is deleted. Does not take ownership of opts.
sessionOptions (Optional)
Type: Emgu.TFSessionOptions
The session options
status (Optional)
Type: Emgu.TFStatus
The status
See Also