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
+45-99Lines changed: 45 additions & 99 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,13 @@
1
1
"""
2
-
AutoChainRules{RC}
2
+
AutoChainRules(; ruleconfig)
3
3
4
-
Type used to select an automatic differentiation backend based on [ChainRulesCore.jl](https://github.com/JuliaDiff/ChainRulesCore.jl) (see the list [here](https://juliadiff.org/ChainRulesCore.jl/stable/index.html#ChainRules-roll-out-status)).
4
+
Struct used to select an automatic differentiation backend based on [ChainRulesCore.jl](https://github.com/JuliaDiff/ChainRulesCore.jl) (see the list [here](https://juliadiff.org/ChainRulesCore.jl/stable/index.html#ChainRules-roll-out-status)).
5
5
6
-
Exported by [ADTypes.jl](https://github.com/SciML/ADTypes.jl).
6
+
Exported from [ADTypes.jl](https://github.com/SciML/ADTypes.jl).
7
7
8
-
# Fields
8
+
# Keyword Arguments
9
9
10
10
- `ruleconfig::RC`: a [`ChainRulesCore.RuleConfig`](https://juliadiff.org/ChainRulesCore.jl/stable/rule_author/superpowers/ruleconfig.html) object.
Type indicating the use of the [ForwardDiff.jl](https://github.com/JuliaDiff/ForwardDiff.jl) backend for automatic differentiation.
100
+
Struct used to select the [ForwardDiff.jl](https://github.com/JuliaDiff/ForwardDiff.jl) backend for automatic differentiation.
125
101
126
-
Exported by [ADTypes.jl](https://github.com/SciML/ADTypes.jl).
102
+
Exported from [ADTypes.jl](https://github.com/SciML/ADTypes.jl).
127
103
128
-
# Type parameters
104
+
# Keyword Arguments
129
105
130
106
- `chunksize`: the preferred [chunk size](https://juliadiff.org/ForwardDiff.jl/stable/user/advanced/#Configuring-Chunk-Size) to evaluate several derivatives at once
131
-
132
-
# Fields
133
-
134
107
- `tag::T`: a [custom tag](https://juliadiff.org/ForwardDiff.jl/release-0.10/user/advanced.html#Custom-tags-and-tag-checking-1) to handle nested differentiation calls (usually not necessary)
Type indicating the use of the [PolyesterForwardDiff.jl](https://github.com/JuliaDiff/PolyesterForwardDiff.jl) backend for automatic differentiation.
122
+
Struct used to select the [PolyesterForwardDiff.jl](https://github.com/JuliaDiff/PolyesterForwardDiff.jl) backend for automatic differentiation.
154
123
155
-
Exported by [ADTypes.jl](https://github.com/SciML/ADTypes.jl).
124
+
Exported from [ADTypes.jl](https://github.com/SciML/ADTypes.jl).
156
125
157
-
# Type parameters
126
+
# Keyword Arguments
158
127
159
128
- `chunksize`: the preferred [chunk size](https://juliadiff.org/ForwardDiff.jl/stable/user/advanced/#Configuring-Chunk-Size) to evaluate several derivatives at once
160
-
161
-
# Fields
162
-
163
129
- `tag::T`: a [custom tag](https://juliadiff.org/ForwardDiff.jl/release-0.10/user/advanced.html#Custom-tags-and-tag-checking-1) to handle nested differentiation calls (usually not necessary)
0 commit comments