File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -235,17 +235,15 @@ for automatic differentiation.
235
235
236
236
Defined by [ADTypes.jl](https://github.com/SciML/ADTypes.jl).
237
237
238
- Note: Tapir.jl was renamed to Mooncake.jl due to a naming conflict. You should use this type
239
- instead of `AutoTapir`.
240
-
241
238
# Constructors
242
239
243
240
AutoMooncake(; config)
244
241
245
242
# Fields
246
243
247
- - `config`: an instance of `Mooncake.Config` -- see the docstring for `Mooncake.Config`
248
- for more information.
244
+ - `config`: either `nothing` or an instance of `Mooncake.Config` -- see the docstring for
245
+ `Mooncake.Config` for more information. `AutoMooncake(; config=nothing)` is equivalent
246
+ to `AutoMooncake(; config=Mooncake.Config())`, i.e. the default configuration.
249
247
"""
250
248
Base. @kwdef struct AutoMooncake{Tconfig} <: AbstractADType
251
249
config:: Tconfig
You can’t perform that action at this time.
0 commit comments