Click or drag to resize

GraphCollectiveReduceV2 Method

http://www.emgu.com
CollectiveReduceV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation CollectiveReduceV2(
	Output input,
	Output group_size,
	Output group_key,
	Output instance_key,
	string merge_op,
	string final_op,
	string communication_hint = null,
	float timeout_seconds = 0f,
	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.
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
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also