2021-03-02 09:29:59 -08:00
|
|
|
.. _jax-errors:
|
|
|
|
|
2024-08-12 22:13:36 -07:00
|
|
|
Errors
|
|
|
|
======
|
|
|
|
|
2021-03-02 09:29:59 -08:00
|
|
|
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
|
2024-03-08 10:40:33 -08:00
|
|
|
.. autoclass:: KeyReuseError
|
2021-03-23 11:23:20 -07:00
|
|
|
.. autoclass:: NonConcreteBooleanIndexError
|
2021-03-02 09:29:59 -08:00
|
|
|
.. autoclass:: TracerArrayConversionError
|
2023-06-21 01:41:45 -07:00
|
|
|
.. autoclass:: TracerBoolConversionError
|
2021-06-30 10:46:37 +01:00
|
|
|
.. autoclass:: TracerIntegerConversionError
|
|
|
|
.. autoclass:: UnexpectedTracerError
|