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
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -230,8 +230,7 @@ end
230
230
"""
231
231
AutoMooncake
232
232
233
-
Struct used to select the [Mooncake.jl](https://github.com/compintell/Mooncake.jl) backend
234
-
for automatic differentiation.
233
+
Struct used to select the [Mooncake.jl](https://github.com/compintell/Mooncake.jl) backend for automatic differentiation.
235
234
236
235
Defined by [ADTypes.jl](https://github.com/SciML/ADTypes.jl).
237
236
@@ -241,9 +240,7 @@ Defined by [ADTypes.jl](https://github.com/SciML/ADTypes.jl).
241
240
242
241
# Fields
243
242
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.
243
+
- `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.
0 commit comments