Click or drag to resize

GraphCollectiveReduceV3 Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.8.0.1418
Syntax
public Operation CollectiveReduceV3(
	Output input,
	Output communicator,
	Output group_assignment,
	string reduction,
	float timeout_seconds = 0f,
	string opName = "CollectiveReduceV3"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
communicator
Type: Emgu.TFOutput
Input to the operation.
group_assignment
Type: Emgu.TFOutput
Input to the operation.
reduction
Type: SystemString
reduction
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