mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Merge pull request #26082 from Saransh-cpp:index-update-syntax-link
PiperOrigin-RevId: 719356167
This commit is contained in:
commit
726abc9c31
@ -248,7 +248,7 @@
|
||||
"id": "yRYF0YgO3F4H"
|
||||
},
|
||||
"source": [
|
||||
"For updating individual elements, JAX provides an [indexed update syntax](https://jax.readthedocs.io/en/latest/jax.ops.html#indexed-update-operators) that returns an updated copy:"
|
||||
"For updating individual elements, JAX provides an [indexed update syntax](https://jax.readthedocs.io/en/latest/_autosummary/jax.numpy.ndarray.at.html#jax-numpy-ndarray-at) that returns an updated copy:"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -117,7 +117,7 @@ x[0] = 10
|
||||
|
||||
+++ {"id": "yRYF0YgO3F4H"}
|
||||
|
||||
For updating individual elements, JAX provides an [indexed update syntax](https://jax.readthedocs.io/en/latest/jax.ops.html#indexed-update-operators) that returns an updated copy:
|
||||
For updating individual elements, JAX provides an [indexed update syntax](https://jax.readthedocs.io/en/latest/_autosummary/jax.numpy.ndarray.at.html#jax-numpy-ndarray-at) that returns an updated copy:
|
||||
|
||||
```{code-cell} ipython3
|
||||
:id: 8zqPEAeP3UK5
|
||||
|
Loading…
x
Reference in New Issue
Block a user