UniqueAllΒΆ

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

Abstract Signature:

UniqueAll(x: Array)

JAX (Core)

API: jnp.unique_all
Strategy: Direct Mapping

NumPy

API: numpy.unique_all
Strategy: Direct Mapping