Click or drag to resize

GraphCollectiveReduceV2 Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation CollectiveReduceV2(
	Output input,
	Output group_size,
	Output group_key,
	Output instance_key,
	Output ordering_token,
	string merge_op,
	string final_op,
	string communication_hint = null,
	float timeout_seconds = 0f,
	long max_subdivs_per_device = -1,
	string opName = "CollectiveReduceV2"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
group_size
Type: Emgu.TFOutput
Input to the operation.
group_key
Type: Emgu.TFOutput
Input to the operation.
instance_key
Type: Emgu.TFOutput
Input to the operation.
ordering_token
Type: Emgu.TFOutput
Input to the operation.
merge_op
Type: SystemString
merge op
final_op
Type: SystemString
final op
communication_hint (Optional)
Type: SystemString
communication hint
timeout_seconds (Optional)
Type: SystemSingle
timeout seconds
max_subdivs_per_device (Optional)
Type: SystemInt64
max subdivs per device
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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