Click or drag to resize

GraphMultiDeviceIteratorInit Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation MultiDeviceIteratorInit(
	Output dataset,
	Output multi_device_iterator,
	Output max_buffer_size,
	string opName = "MultiDeviceIteratorInit"
)

Parameters

dataset
Type: Emgu.TFOutput
Input to the operation.
multi_device_iterator
Type: Emgu.TFOutput
Input to the operation.
max_buffer_size
Type: Emgu.TFOutput
Input to the operation.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] incarnation_id(type: DtInt64).
See Also