mirror of
https://github.com/ROCm/jax.git
synced 2025-04-25 09:16:06 +00:00

This shortens some titles and makes them more consistent. It also removes "JAX" from several titles ("in JAX", "for JAX", "JAX's", etc.). Since these are JAX docs, that ought to be clear from context.
17 lines
473 B
ReStructuredText
17 lines
473 B
ReStructuredText
.. _jax-errors:
|
|
|
|
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:: KeyReuseError
|
|
.. autoclass:: NonConcreteBooleanIndexError
|
|
.. autoclass:: TracerArrayConversionError
|
|
.. autoclass:: TracerBoolConversionError
|
|
.. autoclass:: TracerIntegerConversionError
|
|
.. autoclass:: UnexpectedTracerError
|