rocm_jax/docs/index.rst

66 lines
1.4 KiB
ReStructuredText
Raw Normal View History

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>`_.
2019-09-30 11:00:02 -07:00
.. toctree::
:maxdepth: 1
:caption: Tutorials
notebooks/quickstart
notebooks/autodiff_cookbook
Training a Simple Neural Network, with PyTorch Data Loading <https://github.com/google/jax/blob/master/docs/notebooks/Neural_Network_and_Data_Loading.ipynb>
.. toctree::
:maxdepth: 1
:caption: Advanced JAX Tutorials
2019-09-30 11:00:02 -07:00
notebooks/Common_Gotchas_in_JAX
notebooks/XLA_in_Python
notebooks/JAX_pytrees
2019-10-02 14:41:28 +02:00
notebooks/How_JAX_primitives_work
2019-10-28 12:54:04 -07:00
notebooks/Writing_custom_interpreters_in_Jax.ipynb
Training a Simple Neural Network, with Tensorflow Datasets Data Loading <https://github.com/google/jax/blob/master/docs/notebooks/neural_network_with_tfds_data.ipynb>
notebooks/maml
notebooks/score_matching
notebooks/vmapped_log_probs
2019-09-30 11:00:02 -07:00
.. toctree::
:maxdepth: 1
:caption: Notes
CHANGELOG
jaxpr
async_dispatch
concurrency
2019-07-29 12:24:58 -07:00
gpu_memory_allocation
profiling
rank_promotion_warning
type_promotion
.. toctree::
:maxdepth: 2
:caption: Developer documentation
developer
jax_internal_api
.. toctree::
:maxdepth: 3
2019-09-30 11:00:02 -07:00
:caption: API documentation
jax
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`