rocm_jax/docs/jax.rst
Stephan Hoyer ee54f6553c Fix index of API docs
The current index of the API docs page seems to have broken links: when I
click on "Automatic differentiation" for example, I get sent to the "JIT"
section.

This change fixes the links.
2019-08-20 23:13:15 -07:00

58 lines
1.0 KiB
ReStructuredText

.. currentmodule:: jax
jax package
===========
Subpackages
-----------
.. toctree::
:maxdepth: 1
jax.numpy
jax.scipy
jax.experimental
jax.lax
jax.ops
jax.random
jax.tree_util
Just-in-time compilation (:code:`jit`)
--------------------------------------
.. autofunction:: jit
.. autofunction:: disable_jit
.. autofunction:: xla_computation
.. autofunction:: make_jaxpr
.. autofunction:: eval_shape
Automatic differentiation
-------------------------
.. autofunction:: grad
.. autofunction:: value_and_grad
.. autofunction:: jacfwd
.. autofunction:: jacrev
.. autofunction:: hessian
.. autofunction:: jvp
.. autofunction:: linearize
.. autofunction:: vjp
.. autofunction:: custom_transforms
.. autofunction:: defjvp
.. autofunction:: defjvp_all
.. autofunction:: defvjp
.. autofunction:: defvjp_all
.. autofunction:: custom_gradient
Vectorization (:code:`vmap`)
----------------------------
.. autofunction:: vmap
Parallelization (:code:`pmap`)
------------------------------
.. autofunction:: pmap