Click or drag to resize

GraphAllToAll Method

http://www.emgu.com
AllToAll

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
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

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

See Also