Jake VanderPlas a283aa0cc3 Deprecate three jax.Array methods:
- 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.
2023-02-23 16:15:09 -08:00
..
2023-02-23 16:15:09 -08:00
2023-02-08 14:41:39 -08:00
2023-02-10 20:33:47 +00:00
2023-02-22 15:38:08 -08:00
2023-02-21 17:48:40 -08:00
2023-02-01 12:49:06 -08:00
2021-01-13 10:26:35 -05:00
2023-02-16 13:54:56 -08:00