chainer.functions.flipud

chainer.functions.flipud(a)[source]

Flip array in the up/down direction.

Parameters:xs (Variable) – Input variable.
Returns:Output variable.
Return type:Variable