Skip to content

Commit 08efc72

Browse files
FillArrays
1 parent 2d9cb78 commit 08efc72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/RecursiveArrayToolsZygoteExt.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import RecursiveArrayTools
44

55
if isdefined(Base, :get_extension)
66
using Zygote
7-
using Zygote: FullArrays, literal_getproperty, @adjoint
7+
using Zygote: FillArrays, literal_getproperty, @adjoint
88
else
99
using ..Zygote
10-
using ..Zygote: FullArrays, literal_getproperty, @adjoint
10+
using ..Zygote: FillArrays, literal_getproperty, @adjoint
1111
end
1212

1313
@adjoint function getindex(VA::AbstractVectorOfArray, i::Int)

0 commit comments

Comments
 (0)