mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Merge pull request #15228 from canyon289:patch-2
PiperOrigin-RevId: 519742908
This commit is contained in:
commit
d19e60ea07
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user