unique_counts ============= Returns the unique elements of an input array ``x`` and the corresponding counts for each unique element in ``x``. **Abstract Signature:** ``unique_counts(x: array)`` .. raw:: html
jax.numpy.unique_counts
numpy.unique_counts