https://github.com/google/jax
Raw File
Tip revision: 008a6918e0736a4535836118b59731e14b5cda07 authored by yashkatariya on 13 December 2022, 19:34:14 UTC
Remove experimental endpoints and update to point to 0.4.1
Tip revision: 008a691
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