https://github.com/google/jax
Raw File
Tip revision: f282c251d427abdf6f785f4fff5bb9034a2fd083 authored by Jake VanderPlas on 29 March 2023, 17:04:34 UTC
Add minimal pyproject.toml specifying build system
Tip revision: f282c25
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