Click or drag to resize

GraphToGraphDef Method

https://www.emgu.com/wiki/index.php/Emgu_TF
Write out a serialized representation of `graph` (as a GraphDef protocol message).

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public void ToGraphDef(
	Buffer outputGraphDef,
	Status status = null
)

Parameters

outputGraphDef
Type: Emgu.TFBuffer
The buffer to store the GraphDef
status (Optional)
Type: Emgu.TFStatus
The status
See Also