Click or drag to resize

GraphCollectiveBcastRecv Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation CollectiveBcastRecv(
	DataType T,
	long group_size,
	long group_key,
	long instance_key,
	long[] shape,
	string communication_hint = null,
	float timeout_seconds = 0f,
	string opName = "CollectiveBcastRecv"
)

Parameters

T
Type: Emgu.TFDataType
T
group_size
Type: SystemInt64
group size
group_key
Type: SystemInt64
group key
instance_key
Type: SystemInt64
instance key
shape
Type: SystemInt64
shape
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