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:
parent
5eb4e7b2dc
commit
12b1a99ad9
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user