rocm_jax/docs/errors.rst
Roy Frostig 3c223cd253 docs: tidy up titles and headings
This shortens some titles and makes them more consistent. It also
removes "JAX" from several titles ("in JAX", "for JAX", "JAX's",
etc.). Since these are JAX docs, that ought to be clear from context.
2024-08-13 11:53:57 -07:00

17 lines
473 B
ReStructuredText

.. _jax-errors:
Errors
======
This page lists a few of the errors you might encounter when using JAX,
along with representative examples of how one might fix them.
.. currentmodule:: jax.errors
.. autoclass:: ConcretizationTypeError
.. autoclass:: KeyReuseError
.. autoclass:: NonConcreteBooleanIndexError
.. autoclass:: TracerArrayConversionError
.. autoclass:: TracerBoolConversionError
.. autoclass:: TracerIntegerConversionError
.. autoclass:: UnexpectedTracerError