You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/dense.jl
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -282,14 +282,14 @@ Defined by [ADTypes.jl](https://github.com/SciML/ADTypes.jl).
282
282
283
283
# Constructors
284
284
285
-
AutoMooncake(; config)
285
+
AutoMooncake(; config=nothing)
286
286
287
287
# Fields
288
288
289
289
- `config`: either `nothing` or an instance of `Mooncake.Config` -- see the docstring of `Mooncake.Config` for more information. `AutoMooncake(; config=nothing)` is equivalent to `AutoMooncake(; config=Mooncake.Config())`, i.e. the default configuration.
@@ -307,14 +307,14 @@ Defined by [ADTypes.jl](https://github.com/SciML/ADTypes.jl).
307
307
308
308
# Constructors
309
309
310
-
AutoMooncakeForward(; config)
310
+
AutoMooncakeForward(; config=nothing)
311
311
312
312
# Fields
313
313
314
314
- `config`: either `nothing` or an instance of `Mooncake.Config` -- see the docstring of `Mooncake.Config` for more information. `AutoForwardMooncake(; config=nothing)` is equivalent to `AutoForwardMooncake(; config=Mooncake.Config())`, i.e. the default configuration.
0 commit comments