rocm_jax/docs/jax.rst
Peter Hawkins 8b5e09f10a Add new functions jax.ops.index_add and jax.ops.index_update for NumPy-style indexed updates.
Create a new library `jax.ops` for user-facing ops that don't exist in NumPy or SciPy.

Progress on issue #101. Fixes #122.

Reenable some disabled TPU indexing tests that now pass.
2019-03-04 15:13:14 -05:00

24 lines
372 B
ReStructuredText

jax package
===========
Subpackages
-----------
.. toctree::
:maxdepth: 1
jax.numpy
jax.scipy
jax.experimental
jax.lax
jax.ops
jax.random
Module contents
---------------
.. automodule:: jax
:members: jit, disable_jit, grad, value_and_grad, vmap, jacfwd, jacrev, hessian, jvp, vjp, make_jaxpr
:undoc-members:
:show-inheritance: