We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb9d1c commit 3ff0335Copy full SHA for 3ff0335
test/testers.jl
@@ -38,7 +38,7 @@ function ChainRulesCore.rrule(::Type{Foo}, a)
38
return foo, Foo_pullback
39
end
40
function ChainRulesCore.frule((_, Δa), ::Type{Foo}, a)
41
- return Foo(a), Foo(unthunk(Δa))
+ return Foo(a), Foo(Δa)
42
43
44
# functor
0 commit comments