Click or drag to resize

GraphImportGraphDef Method

https://www.emgu.com/wiki/index.php/Emgu_TF
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 (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
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