Skip to content

Commit c3acb74

Browse files
Namespace
1 parent 0acd847 commit c3acb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/ArrayInterfaceTrackerExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ArrayInterface.can_setindex(::Type{<:Tracker.TrackedArray}) = false
99
ArrayInterface.fast_scalar_indexing(::Type{<:Tracker.TrackedArray}) = false
1010
ArrayInterface.aos_to_soa(x::AbstractArray{<:Tracker.TrackedReal,N}) where {N} = Tracker.collect(x)
1111

12-
function ArrayInterface.restructure(x::Array, y::TrackedArray)
12+
function ArrayInterface.restructure(x::Array, y::Tracker.TrackedArray)
1313
reshape(y, Base.size(x)...)
1414
end
1515
function ArrayInterface.restructure(x::Array, y::Array{<:Tracker.TrackedReal})

0 commit comments

Comments
 (0)