File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ AutoGTPSA
42
42
AutoMooncake
43
43
AutoReverseDiff
44
44
AutoTracker
45
- AutoTapir
46
45
AutoZygote
47
46
```
48
47
@@ -107,3 +106,9 @@ ADTypes.SymbolicMode
107
106
``` @docs
108
107
ADTypes.Auto
109
108
```
109
+
110
+ ## Deprecated
111
+
112
+ ``` @docs
113
+ AutoTapir
114
+ ```
Original file line number Diff line number Diff line change @@ -347,6 +347,18 @@ mode(::AutoSymbolics) = SymbolicMode()
347
347
!!! danger
348
348
349
349
`AutoTapir` is deprecated following a package renaming, please use [`AutoMooncake`](@ref) instead.
350
+
351
+ Struct used to select the [Tapir.jl](https://github.com/compintell/Tapir.jl) backend for automatic differentiation.
352
+
353
+ Defined by [ADTypes.jl](https://github.com/SciML/ADTypes.jl).
354
+
355
+ # Constructors
356
+
357
+ AutoTapir(; safe_mode=true)
358
+
359
+ # Fields
360
+
361
+ - `safe_mode::Bool`: whether to run additional checks to catch errors early.
350
362
"""
351
363
struct AutoTapir <: AbstractADType
352
364
safe_mode:: Bool
You can’t perform that action at this time.
0 commit comments