Click or drag to resize

GraphSerializeIterator Method

https://www.emgu.com/wiki/index.php/Emgu_TF
SerializeIterator

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] serialized(type: DtVariant).
See Also