Set routines

Making proper sets

dpnp.unique

Find the unique elements of an array.

dpnp.unique_all

Find the unique elements of an array, and counts, inverse, and indices.

dpnp.unique_counts

Find the unique elements and counts of an input array x.

dpnp.unique_inverse

Find the unique elements of x and indices to reconstruct x.

dpnp.unique_values

Returns the unique elements of an input array x.

Boolean operations