https://github.com/google/jax
Raw File
Tip revision: 0c543aef1d90f87ae20ace7a0537a30ac63d6267 authored by Yash Katariya on 17 August 2024, 00:21:10 UTC
Match the argument name with the name in `Args` section in docstring
Tip revision: 0c543ae
tutorials.rst
.. _jax-tutorials:

Tutorials
=========

.. toctree::
   :maxdepth: 1

   quickstart
   key-concepts
   jit-compilation
   automatic-vectorization
   automatic-differentiation
   debugging
   random-numbers
   working-with-pytrees
   sharded-computation
   stateful-computations
back to top