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