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 2d0b133 commit 6a849b9Copy full SHA for 6a849b9
src/zygote.jl
@@ -48,7 +48,6 @@ ZygoteRules.@adjoint function getindex(VA::AbstractVectorOfArray, i::Union{Int,A
48
Δ′ = [ (i == j ? Δ : zero(x)) for (x,j) in zip(VA.u, 1:length(VA))]
49
(Δ′,nothing)
50
end
51
- @show VA[i]
52
VA[i],AbstractVectorOfArray_getindex_adjoint
53
54
0 commit comments