Fix DeviceArray class reference

This commit is contained in:
che-shr-cat 2022-01-10 17:34:09 +03:00 committed by GitHub
parent ac5f1c4b24
commit d2c6c06546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ JAX Glossary of Terms
by JAX to perform computations.
DeviceArray
JAX's analog of the :class:`numpy.ndarray`. See :class:`jax.interpreters.xla.DeviceArray`.
JAX's analog of the :class:`numpy.ndarray`. See :class:`jaxlib.xla_extension.DeviceArray`.
forward-mode autodiff
See :term:`JVP`