Click or drag to resize

GraphCollectiveReduce Method

http://www.emgu.com
CollectiveReduce

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
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,
	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
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also