https://github.com/google/jax
Raw File
Tip revision: 849f837b6a0b317b9a4dac3d46b66d8de8a5f358 authored by jax authors on 30 September 2022, 23:25:17 UTC
Merge pull request #12609 from skye:jax2tf_import
Tip revision: 849f837
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