pytorch
5e654285 - Fix NumPy compatibility issue for torch.linalg.cond (#58041)

Commit
3 years ago
Fix NumPy compatibility issue for torch.linalg.cond (#58041) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/58041 The shape of the returned result was different for NumPy and PyTorch for `ord={-2, 2, None}`. Now it's fixed. Test Plan: Imported from OSS Reviewed By: ngimel Differential Revision: D28405147 Pulled By: mruberry fbshipit-source-id: 30293a017a0c0a7e9e3aabd470386235fef7b6a6
Author
Parents
Loading