https://github.com/google/jax
Raw File
Tip revision: 6ec90461c68fe8a77cb938ba91b2d0e91725a4b2 authored by jax authors on 05 March 2021, 18:21:11 UTC
Merge pull request #5950 from google:update-pypi
Tip revision: 6ec9046
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:: TracerArrayConversionError
.. autoclass:: TracerIntegerConversionError
back to top