mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00

Deprecate jax.lib.xla_client.XlaRuntimeError, which is not a public API. PiperOrigin-RevId: 679163106
18 lines
504 B
ReStructuredText
18 lines
504 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:: JaxRuntimeError
|
|
.. autoclass:: NonConcreteBooleanIndexError
|
|
.. autoclass:: TracerArrayConversionError
|
|
.. autoclass:: TracerBoolConversionError
|
|
.. autoclass:: TracerIntegerConversionError
|
|
.. autoclass:: UnexpectedTracerError
|