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.
∇getindex
1 parent e1b5e0c commit 12bdca9Copy full SHA for 12bdca9
src/deprecated.jl
@@ -65,3 +65,9 @@ macro nograd(ex)
65
end
66
return blk
67
68
+
69
+# Internal function used by some downstream packages.
70
+# Removing this completely would require some tricky registry changes,
71
+# but leaving it as a vestigial function is much easier.
72
+# See https://github.com/FluxML/Zygote.jl/pull/1328 for more context.
73
+function ∇getindex end
0 commit comments