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
resolves#36323 by adding `torch.sgn` for complex tensors.
`torch.sgn` returns `x/abs(x)` for `x != 0` and returns `0 + 0j` for `x==0`
also updates the backward definition of `torch.div`, `torch.abs`
Differential Revision: [D23460526](https://our.internmc.facebook.com/intern/diff/D23460526)
[ghstack-poisoned]
0 commit comments