Function Description
Operator Function
Shuffles tensor data along a shuffle axis (dimension).
Formula
The formula is
, where c' and c relate through the equations
and
. In the formula,
.
Parameter |
Description |
|---|---|
src |
Input source tensor. |
dst |
Target tensor. |
c |
Shuffle axis in c dimension. |
|
The outermost indexes. |
|
The innermost indexes. |
Parent topic: Shuffle

