https://github.com/google/jax
Raw File
Tip revision: 5d7f639769b038672750a1d83ae7c0bdd695aa9f authored by Qiao Zhang on 17 March 2022, 21:47:02 UTC
Add small and big matmul to api_benchmarks.
Tip revision: 5d7f639
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