Click or drag to resize

GraphAllToAll Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation AllToAll(
	Output input,
	Output group_assignment,
	long concat_dimension,
	long split_dimension,
	long split_count,
	string opName = "AllToAll"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
group_assignment
Type: Emgu.TFOutput
Input to the operation.
concat_dimension
Type: SystemInt64
concat dimension
split_dimension
Type: SystemInt64
split dimension
split_count
Type: SystemInt64
split count
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] output(type: DtInvalid).
See Also