https://github.com/google/jax
Raw File
Tip revision: b52bcc1639368069075284eefc763f824ca155f1 authored by Yash Katariya on 13 December 2023, 21:44:36 UTC
Reverts 3c07c10a9a55f9a32390dd10cf3f420bdf3f1ed8
Tip revision: b52bcc1
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:: TracerBoolConversionError
.. autoclass:: TracerIntegerConversionError
.. autoclass:: UnexpectedTracerError
back to top