rocm_jax/docs/index.rst

71 lines
1.3 KiB
ReStructuredText
Raw Normal View History

JAX reference documentation
2021-02-12 17:03:53 -08:00
===========================
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
2021-01-26 12:08:37 -08:00
notebooks/thinking_in_jax
2019-09-30 11:00:02 -07:00
notebooks/autodiff_cookbook
notebooks/vmapped_log_probs
notebooks/neural_network_with_tfds_data
.. toctree::
:maxdepth: 1
:caption: Advanced JAX Tutorials
2019-09-30 11:00:02 -07:00
notebooks/Common_Gotchas_in_JAX
notebooks/convolutions
notebooks/Custom_derivative_rules_for_Python_code
2019-10-02 14:41:28 +02:00
notebooks/How_JAX_primitives_work
notebooks/Writing_custom_interpreters_in_Jax
notebooks/Neural_Network_and_Data_Loading
notebooks/XLA_in_Python
notebooks/maml
notebooks/score_matching
2019-09-30 11:00:02 -07:00
.. toctree::
:maxdepth: 1
:caption: Notes
CHANGELOG
2020-03-19 14:55:16 +01:00
faq
jaxpr
async_dispatch
concurrency
2019-07-29 12:24:58 -07:00
gpu_memory_allocation
profiling
device_memory_profiling
pytrees
rank_promotion_warning
type_promotion
2021-01-25 10:46:58 -08:00
custom_vjp_update
.. 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`