https://github.com/google/jax
Raw File
Tip revision: c3e242700872c2f7e098a07f3911ee6d2de8132c authored by jax authors on 22 June 2023, 22:08:21 UTC
Merge pull request #16527 from skye:version
Tip revision: c3e2427
errors.rst
.. _jax-errors:

JAX 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:: NonConcreteBooleanIndexError
.. autoclass:: TracerArrayConversionError
.. autoclass:: TracerIntegerConversionError
.. autoclass:: UnexpectedTracerError
back to top