MovedimΒΆ
Moves the dimension(s) of input at the position(s) in source to the position(s) in destination.
Abstract Signature:
Movedim(input: Tensor, source: int, destination: int)
Moves the dimension(s) of input at the position(s) in source to the position(s) in destination.
Abstract Signature:
Movedim(input: Tensor, source: int, destination: int)