aesara.tensor.TensorVariable.transpose

aesara.tensor.TensorVariable.transpose#

TensorVariable.transpose(*axes)[source]#

Transpose this array.

Returns:

  • objecttensor.transpose(self, axes) or tensor.transpose(self, axes[0]).

  • If only one axes argument is provided and it is iterable, then it is

  • assumed to be the entire axes tuple, and passed intact to

  • tensor.transpose.