rocm_jax/docs/jax.ops.rst

24 lines
489 B
ReStructuredText
Raw Normal View History

2023-01-18 10:59:42 -08:00
``jax.ops`` module
==================
2019-03-04 20:12:22 -05:00
.. currentmodule:: jax.ops
.. automodule:: jax.ops
.. _syntactic-sugar-for-ops:
2019-03-04 20:12:22 -05:00
The functions ``jax.ops.index_update``, ``jax.ops.index_add``, etc., which were
deprecated in JAX 0.2.22, have been removed. Please use the
:attr:`jax.numpy.ndarray.at` property on JAX arrays instead.
2019-03-04 20:12:22 -05:00
Segment reduction operators
---------------------------
2019-07-20 14:40:31 +01:00
.. autosummary::
:toctree: _autosummary
segment_max
segment_min
segment_prod
segment_sum