W3cubDocs

/PyTorch 2.9

torch.nn.utils.rnn.invert_permutation

torch.nn.utils.rnn.invert_permutation(permutation) [source]

Returns the inverse of permutation.

This is useful for converting between sorted and unsorted indices in a PackedSequence.

Parameters

permutation (Tensor, optional) – a 1-D tensor of indices to invert

Return type

Optional[Tensor]

© 2025, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
https://docs.pytorch.org/docs/2.9/generated/torch.nn.utils.rnn.invert_permutation.html