torch.Tensor.unique
- Tensor.unique(sorted=True, return_inverse=False, return_counts=False, dim=None)[source][source]
Returns the unique elements of the input tensor.
See
torch.unique()
Returns the unique elements of the input tensor.
See torch.unique()