mirror of
https://github.com/ROCm/jax.git
synced 2025-04-17 20:36:05 +00:00

- jax.Array.broadcast: use lax.broadcast instead - jax.Array.broadcast_in_dim: use lax.broadcast_in_dim instead - jax.Array.split: use jnp.split instead These are removed because they are not part of the np.ndarray API.