Tutorials
Examples
References
Other
Community
chainer.functions.
flip
Flips an input variable in reverse order along the given axis.
x (Variable or N-dimensional array) – Input variable.
Variable
axis (int) – Axis along which the input variable is reversed.
Output variable.