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 8ffb279 commit 185f72aCopy full SHA for 185f72a
ext/RecursiveArrayToolsZygoteExt.jl
@@ -14,6 +14,7 @@ end
14
ChainRulesCore.ProjectTo(x::VectorOfArray) = ChainRulesCore.ProjectTo{VectorOfArray}()
15
16
Zygote._tryreverse(m::typeof(map), x::AbstractVectorOfArray) = x
17
+Zygote._tryreverse(m::typeof(map), x::Matrix) = x
18
19
function ChainRulesCore.rrule(T::Type{<:RecursiveArrayTools.GPUArraysCore.AbstractGPUArray},
20
xs::AbstractVectorOfArray)
0 commit comments