You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2025. It is now read-only.
[WordSeg] Fix pullback for Array.update(at:to:). (#653)
The pullback of `Array.update(at:to:)` resets `dSelf.base[index]` to a zero value.
For correctness, it should use the value of `self[index].zeroTangentVector` before
the update occurs, not `dElement.zeroTangentVector`.
0 commit comments