unique_all#

rbc.stdlib.set_functions.unique_all(x)#

❌ Not implemented

Returns the unique elements of an input array x, the first ocurring indices for each unique element in x, the indices from the set of unique elements that reconstruct x, and the corresponding counts for each unique element in x.

Array-API ‘unique_all’ doc