rocm_jax/docs/errors.rst
2021-07-27 23:23:28 +01:00

14 lines
410 B
ReStructuredText

.. _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