i fluxed up
This commit is contained in:
parent
8c7e74bf9f
commit
c1d85abfc2
|
@ -27,4 +27,4 @@ end
|
|||
|
||||
back!(::typeof(+), Δ, args...) = map(_ -> Δ, args)
|
||||
|
||||
back!(::typeof(*), Δ, a, b) = Δ*b', Δ*a'
|
||||
back!(::typeof(*), Δ, a, b) = Δ*b', a'*Δ
|
||||
|
|
Loading…
Reference in New Issue