mirror of
https://github.com/ROCm/jax.git
synced 2025-04-24 19:06:04 +00:00
22 lines
361 B
ReStructuredText
22 lines
361 B
ReStructuredText
|
|
jax.ops package
|
|
=================
|
|
|
|
.. currentmodule:: jax.ops
|
|
|
|
.. automodule:: jax.ops
|
|
|
|
|
|
Indexed update operators
|
|
------------------------
|
|
|
|
JAX is intended to be used with a functional style of programming, and hence
|
|
does not support NumPy-style indexed assignment directly.
|
|
|
|
.. autosummary::
|
|
:toctree: _autosummary
|
|
|
|
index
|
|
index_update
|
|
index_add
|