unique_inverseΒΆ
Returns the unique elements of an input array x and the indices from the set of unique elements that reconstruct x.
Abstract Signature:
unique_inverse(x: array)
Returns the unique elements of an input array x and the indices from the set of unique elements that reconstruct x.
Abstract Signature:
unique_inverse(x: array)