Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 630 Bytes

jax.debug.rst

File metadata and controls

33 lines (22 loc) · 630 Bytes

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