mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Fix link in README
This commit is contained in:
parent
d90993f798
commit
35a430e1c8
@ -342,7 +342,7 @@ debugging but they may only be executed once if they're under a `jit` decorator.
|
||||
> **Don’t use**
|
||||
>
|
||||
> * Assignment into arrays like `A[0, 0] = x` (use
|
||||
> [`jax.ops.index_update`](https://jax.readthedocs.io/en/latest/_autosummary/jax.ops.index_add.html#jax.ops.index_update)
|
||||
> [`jax.ops.index_update`](https://jax.readthedocs.io/en/latest/_autosummary/jax.ops.index_update.html#jax.ops.index_update)
|
||||
> instead)
|
||||
> * Implicit casting to arrays like `np.sum([x, y])` (use `np.sum(np.array([x,
|
||||
> y])` instead)
|
||||
|
Loading…
x
Reference in New Issue
Block a user