Click or drag to resize

GraphCollectiveReduce Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation CollectiveReduce(
	Output input,
	long group_size,
	long group_key,
	long instance_key,
	string merge_op,
	string final_op,
	long[] subdiv_offsets,
	long[] wait_for = null,
	string communication_hint = null,
	float timeout_seconds = 0f,
	string opName = "CollectiveReduce"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
group_size
Type: SystemInt64
group size
group_key
Type: SystemInt64
group key
instance_key
Type: SystemInt64
instance key
merge_op
Type: SystemString
merge op
final_op
Type: SystemString
final op
subdiv_offsets
Type: SystemInt64
subdiv offsets
wait_for (Optional)
Type: SystemInt64
wait for
communication_hint (Optional)
Type: SystemString
communication hint
timeout_seconds (Optional)
Type: SystemSingle
timeout seconds
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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