mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 20:06:05 +00:00

Co-authored-by: Matthew Johnson <mattjj@google.com> Co-authored-by: Lena Martens <lenamartens@google.com>
20 lines
308 B
ReStructuredText
20 lines
308 B
ReStructuredText
|
|
jax.debug package
|
|
=================
|
|
|
|
.. currentmodule:: jax.debug
|
|
|
|
.. automodule:: jax.debug
|
|
|
|
Debugging utilities
|
|
--------------------------
|
|
|
|
:doc:`debugging/print_breakpoint` describes how to make use of JAX's debugging features.
|
|
|
|
.. autosummary::
|
|
:toctree: _autosummary
|
|
|
|
callback
|
|
print
|
|
breakpoint
|