https://github.com/google/jax
Raw File
Tip revision: 3e29c9fbee0d91e58a2e982ad9bc6316b2d431e0 authored by Matthew Johnson on 02 August 2019, 22:01:45 UTC
add initial jet tests
Tip revision: 3e29c9f
index.rst
JAX reference documentation
===============================

Composable transformations of Python+NumPy programs: differentiate, vectorize,
JIT to GPU/TPU, and more.

For an introduction to JAX, start at the
`JAX GitHub page <https://github.com/google/jax>`_.

.. toctree::
   :maxdepth: 1
   :caption: Notes

   async_dispatch
   gpu_memory_allocation

.. toctree::
   :maxdepth: 3
   :caption: Contents

   jax


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
back to top