PermuteΒΆ
Returns a view of the original tensor input with its dimensions permuted.
Abstract Signature:
Permute(input: Tensor, dims: List[int])
PyTorch
API:
torch.permuteStrategy: Macro 'lambda x: x.permute(dims)'
Returns a view of the original tensor input with its dimensions permuted.
Abstract Signature:
Permute(input: Tensor, dims: List[int])
torch.permute