aesara.tensor.transpose

Contents

aesara.tensor.transpose#

aesara.tensor.transpose(x, axes=None)[source]#

Reorder the dimensions of x. (Default: reverse them)

This is a macro around dimshuffle that matches the numpy.transpose function.