1
0
mirror of https://github.com/ROCm/jax.git synced 2025-04-18 21:06:06 +00:00

Fix hessian llnk

This commit is contained in:
Ravin Kumar 2023-03-26 19:21:52 -07:00 committed by GitHub
parent ec427f2c95
commit 08a8a5e812
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -143,7 +143,7 @@ reverse-mode vector-Jacobian products and
forward-mode Jacobian-vector products. The two can be composed arbitrarily with
one another, and with other JAX transformations. Here's one way to compose those
to make a function that efficiently computes [full Hessian
matrices](https://jax.readthedocs.io/en/latest/jax.html#jax.hessian):
matrices](https://jax.readthedocs.io/en/latest/_autosummary/jax.hessian.html#jax.hessian):
```python
from jax import jit, jacfwd, jacrev