File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,11 @@ Knowing rules for more complicated functions speeds up the autodiff process as i
2525 Help with that is always welcomed.
2626
2727!!! terminology "Primal"
28- Often we will talk about something as _ primal_ .
29- That means it is related to the original problem, not its derivative.
30- For example for ` y = foo(x) `
31- ` foo ` is the _ primal_ function,
32- computing ` foo(x) ` is doing the _ primal_ computation.
33- ` y ` is the _ primal_ return, and ` x ` is a _ primal_ argument.
34- ` typeof(y) ` and ` typeof(x) ` are both _ primal_ types.
28+ Often we will talk about something as _ primal_ .
29+ That means it is related to the original problem, not its derivative.
30+ For example in ` y = foo(x) ` , ` foo ` is the _ primal_ function, and computing ` foo(x) ` is doing the _ primal_ computation.
31+ ` y ` is the _ primal_ return, and ` x ` is a _ primal_ argument.
32+ ` typeof(y) ` and ` typeof(x) ` are both _ primal_ types.
3533
3634
3735## ` frule ` and ` rrule `
You can’t perform that action at this time.
0 commit comments