We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a856b commit 9334ddfCopy full SHA for 9334ddf
1 file changed
test/gradcheck.jl
@@ -46,7 +46,6 @@ jacobicheck(f, dims...) = jacobicheck(f, randn.(Float64, dims)...)
46
47
isZero(x) = x isa AbstractZero
48
49
-# Zygote's misnamed hobbit function:
50
function value_and_pullback(f, x...)
51
y, b = Diffractor.∂⃖{1}()(f, x...)
52
back(dy) = map(unthunk, Base.tail(b(dy)))
0 commit comments