chainer.functions.flipud

chainer.functions.flipud(a)[source]

Flip array in the up/down direction.

Parameters

a (Variable or N-dimensional array) – Input variable.

Returns

Output variable.

Return type

Variable