rocm_jax/docs/jax.ops.rst
2019-05-08 21:18:17 -04:00

23 lines
377 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
segment_sum