This commit is contained in:
Mike J Innes 2017-12-15 16:17:45 +00:00
parent 9b833a4345
commit 6890a61587

View File

@ -36,6 +36,9 @@ end
# Interface methods # Interface methods
# TODO: if an error occurs in `back` the refcounts will be broken
# and `back` will silently fail to update.
function back!(x::TrackedArray, Δ) function back!(x::TrackedArray, Δ)
scan(x) scan(x)
back(x, Δ) back(x, Δ)