https://github.com/google/jax
Raw File
Tip revision: 1b9180167b1799848166635246f1f33a5fb21c1b authored by jax authors on 09 May 2023, 21:59:20 UTC
Merge pull request #15945 from skye:version
Tip revision: 1b91801
jax.debug.rst

``jax.debug`` module
====================

.. currentmodule:: jax.debug

.. automodule:: jax.debug

Runtime value debugging utilities
---------------------------------

:doc:`debugging/print_breakpoint` describes how to make use of JAX's runtime value
debugging features.

.. autosummary::
  :toctree: _autosummary

  callback
  print
  breakpoint

Sharding debugging utilities
----------------------------

Functions that enable inspecting and visualizing array shardings inside (and outside)
staged functions.

.. autosummary::
  :toctree: _autosummary

  inspect_array_sharding
  visualize_array_sharding
  visualize_sharding
back to top