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

fix(docs): corrected the name of the function call in the document

This commit is contained in:
Meesum Qazalbash 2025-04-04 11:35:46 +05:00
parent 5eb4e7b2dc
commit 12b1a99ad9
No known key found for this signature in database
GPG Key ID: 8B8F116E8C27E8CE

@ -341,7 +341,7 @@ def predict(params, x):
return x
```
By itself, {func}`jax.ad_checkpoint import.checkpoint_name` is just an identity function. But because some policy functions know to look for them, you can use the names to control whether certain values output by {func}`jax.ad_checkpoint import.checkpoint_name` are considered saveable:
By itself, {func}`jax.ad_checkpoint.checkpoint_name` is just an identity function. But because some policy functions know to look for them, you can use the names to control whether certain values output by {func}`jax.ad_checkpoint.checkpoint_name` are considered saveable:
```{code-cell}
print_saved_residuals(loss, params, x, y)