How does torch.unique() at a low level work on tensors?

Viewed 36

There is no open-source code of the torch.unique() function, How is it implemented and what kind of algorithms does it use in low-level code to extract the unique elements of the input tensor and the counts for each unique element?

0 Answers
Related