Click or drag to resize

GraphSerializeIterator Method

http://www.emgu.com
SerializeIterator

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation SerializeIterator(
	Output resource_handle,
	long external_state_policy = 0,
	string opName = "SerializeIterator"
)

Parameters

resource_handle
Type: Emgu.TFOutput
Input to the operation.
external_state_policy (Optional)
Type: SystemInt64
external state policy
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.SerializeIterator(Emgu.TF.Output,System.Int64,System.String)"]

See Also