File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -86,12 +86,11 @@ These are used to specify the automatic differentiation backend to use.
8686See the [ AD guide] ( https://turinglang.org/docs/tutorials/docs-10-using-turing-autodiff/ ) for more information.
8787
8888| Exported symbol | Documentation | Description |
89- | :----------------- | :------------------------------------ | :----------------------------------------- |
90- | ` AutoForwardDiff ` | [ ` ADTypes.AutoForwardDiff ` ] ( @extref ) | ForwardDiff.jl backend |
91- | ` AutoReverseDiff ` | [ ` ADTypes.AutoReverseDiff ` ] ( @extref ) | ReverseDiff.jl backend |
92- | ` AutoZygote ` | [ ` ADTypes.AutoZygote ` ] ( @extref ) | Zygote.jl backend |
93- | ` AutoTracker ` | [ ` ADTypes.AutoTracker ` ] ( @extref ) | Tracker.jl backend |
94- | ` AutoTapir ` | [ ` ADTypes.AutoTapir ` ] ( @extref ) | Tapir.jl backend, only for ADTypes >= 1.0 |
89+ | :----------------- | :------------------------------------ | :-----------------------|
90+ | ` AutoForwardDiff ` | [ ` ADTypes.AutoForwardDiff ` ] ( @extref ) | ForwardDiff.jl backend |
91+ | ` AutoReverseDiff ` | [ ` ADTypes.AutoReverseDiff ` ] ( @extref ) | ReverseDiff.jl backend |
92+ | ` AutoZygote ` | [ ` ADTypes.AutoZygote ` ] ( @extref ) | Zygote.jl backend |
93+ | ` AutoMooncake ` | [ ` ADTypes.AutoMooncake ` ] ( @extref ) | Mooncake.jl backend |
9594
9695### Debugging
9796
You can’t perform that action at this time.
0 commit comments