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.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
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