jax.ref module#
jax.ref has the API for working with ArrayRef.
API#
|
Abstract mutable array reference. |
|
Mutable array reference. |
|
Create a mutable array reference with initial value |
|
Invalidate a given reference and return its final value. |
|
Read a value from an ArrayRef. |
|
Set a value in an ArrayRef in-place. |
|
Set an array value inplace while returning the existing value. |
|
Add to an element in an ArrayRef in-place. |