pytorch
b4420f0f - Fix complex variable notation for division operator to be consistent. (#98057)

Commit
1 year ago
Fix complex variable notation for division operator to be consistent. (#98057) A readability improvement: changes notation in complex division to match comments `(a + bi)/(c + di)` for `constexpr FORCE_INLINE_APPLE complex<T>& operator/=(const complex<U>& rhs)` Pull Request resolved: https://github.com/pytorch/pytorch/pull/98057 Approved by: https://github.com/ezyang
Author
Committer
Parents
Loading