Click or drag to resize

GraphCollectiveBcastSendV2 Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation CollectiveBcastSendV2(
	Output input,
	Output group_size,
	Output group_key,
	Output instance_key,
	string communication_hint = null,
	float timeout_seconds = 0f,
	string opName = "CollectiveBcastSendV2"
)

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.
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