cf.transpose

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

Return a new variable with permuted data array dimensions.

Parameters :
x :

The input variable, which has a transpose method.

args, kwargs :

As for the input variable’s transpose method.

Returns :
out :

A new variable with permuted data array dimensions.

Examples

See the input variable’s transpose method.

Previous topic

cf.squeeze

Next topic

cf.unsqueeze

This Page