Fix minor typo in Pallas docs.

PiperOrigin-RevId: 625117045
This commit is contained in:
Justin Fu 2024-04-15 16:19:53 -07:00 committed by jax authors
parent cd9dcd20dd
commit f8919a32e0

View File

@ -299,7 +299,7 @@ expensive (🔴).
Many JAX functions are implemented in terms of other JAX primitives, so this
list might not be comprehensive. For example, ``jax.nn.relu`` is implemented
in terms of comparisons and ``jnp.where`` and will work in Pallas kernels too.
in terms of comparisons and ``jnp.where`` will work in Pallas kernels too.
Array constructors
^^^^^^^^^^^^^^^^^^