We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57dd0c commit cfab84dCopy full SHA for cfab84d
1 file changed
DifferentiationInterface/src/utils/context.jl
@@ -85,7 +85,7 @@ julia> gradient(f, prep, AutoForwardDiff(), [3.0, 4.0], Cache(zeros(2)))
85
2-element Vector{Float64}:
86
1.0
87
88
-````
+```
89
"""
90
struct Cache{T} <: Context
91
data::T
0 commit comments