mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/57181 Documentation for torch.linalg.svd says: > The returned decomposition is a named tuple `(U, S, Vh)` The documentation is correct while the implementation was wrong. Renamed `V` -> `Vh`. `h` stands for hermitian. This is a BC-breaking change but our linalg module is beta, therefore we can do it without a deprecation notice or aliases. Test Plan: Imported from OSS Reviewed By: ngimel Differential Revision: D28142162 Pulled By: mruberry fbshipit-source-id: 5e6e0ae5a63300f2db1575ca3259df381f8e1a7e |
||
|---|---|---|
| .. | ||
| conda | ||
| src | ||
| tools | ||
| CMakeLists.txt | ||