mirror of
https://github.com/ROCm/jax.git
synced 2025-04-23 21:36:06 +00:00

* Moved out of README.md some developer-only stuff to docs/developer.rst. * Added documentation about building the documentation
53 lines
894 B
ReStructuredText
53 lines
894 B
ReStructuredText
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: Tutorials
|
|
|
|
notebooks/quickstart
|
|
notebooks/autodiff_cookbook
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Advanced Tutorials
|
|
|
|
notebooks/Common_Gotchas_in_JAX
|
|
notebooks/How_JAX_primitives_work
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Notes
|
|
|
|
async_dispatch
|
|
concurrency
|
|
gpu_memory_allocation
|
|
profiling
|
|
rank_promotion_warning
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Developer documentation
|
|
|
|
developer
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
:caption: API documentation
|
|
|
|
jax
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|