Click or drag to resize

GraphCollectiveBcastRecv Method

http://www.emgu.com
CollectiveBcastRecv

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation CollectiveBcastRecv(
	DataType T,
	long group_size,
	long group_key,
	long instance_key,
	long[] shape,
	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
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also