Returns a tensor that is a transposed version of this tensor. The given dimensions i and j are swapped. For more information: https://pytorch.org/docs/stable/generated/torch.transpose.html
Return
transposed tensor
Parameters
the first dimension to be transposed
the second dimension to be transposed