Skip to content

Commit 7c27014

Browse files
committed
Update RFC-00xx-automatic-implicit-differentiation.md
1 parent d153b99 commit 7c27014

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

RFC-00xx-automatic-implicit-differentiation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,9 @@ def fixed_point(f: Callable, g: Callable):
261261
pass
262262
```
263263

264-
##### `@torch.optim.root_jvp`
264+
#### Functions
265+
266+
##### `torch.optim.root_jvp`
265267

266268
```Python
267269
from typing import Any, Callable, Tuple
@@ -287,7 +289,7 @@ def root_jvp(
287289
pass
288290
```
289291

290-
##### `@torch.optim.root_vjp`
292+
##### `torch.optim.root_vjp`
291293

292294
```Python
293295
from typing import Any, Callable, Tuple

0 commit comments

Comments
 (0)