https://github.com/google/jax
Raw File
Tip revision: 1c68577dcdf70b4c0b42805d279b6a5c04d144fe authored by Yash Katariya on 14 December 2023, 02:57:01 UTC
Prepare for emergency jax and jaxlib 0.4.23 release
Tip revision: 1c68577
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