cf.flip

cf.flip(x, *args, **kwargs)[source]

Return a new variable with flipped data array dimensions.

Parameters :
x :

The input variable, which has a flip method.

args, kwargs :

As for the input variable’s flip method.

Returns :
out :

A new variable with flipped data array dimensions.

Examples

See the input variable’s flip method.

Previous topic

cf.expand_dims

Next topic

cf.squeeze

This Page