Click or drag to resize

GraphImportGraphDef Method

http://www.emgu.com
Import the graph serialized in graphDef into the current graph. Convenience function for when no return outputs have been added.

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public void ImportGraphDef(
	Buffer graphDef,
	ImportGraphDefOptions options,
	Status status = null
)

Parameters

graphDef
Type: Emgu.TFBuffer
The GraphDef to be imported
options
Type: Emgu.TFImportGraphDefOptions
The import options
status (Optional)
Type: Emgu.TFStatus
The status
See Also