File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -85,13 +85,12 @@ See the [variational inference tutorial](https://turinglang.org/docs/tutorials/0
85
85
These are used to specify the automatic differentiation backend to use.
86
86
See the [ AD guide] ( https://turinglang.org/docs/tutorials/docs-10-using-turing-autodiff/ ) for more information.
87
87
88
- | 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 |
88
+ | 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
+ | ` AutoMooncake ` | [ ` ADTypes.AutoMooncake ` ] ( @extref ) | Mooncake.jl backend |
95
94
96
95
### Debugging
97
96
You can’t perform that action at this time.
0 commit comments