Union1d ======= Find the union of two arrays. **Abstract Signature:** ``Union1d(ar1: Array, ar2: Array)`` .. raw:: html

PyTorch

API:
Strategy: Custom / Partial

JAX (Core)

API: jnp.union1d
Strategy: Direct Mapping

NumPy

API: numpy.union1d
Strategy: Direct Mapping

Flax NNX

API: jax.numpy.union1d
Strategy: Direct Mapping