pytorch
b317736c - Fix default correction value in std/var decompositions (#85839)

Commit
2 years ago
Fix default correction value in std/var decompositions (#85839) `torch.std` and `torch.var` default to the unbiased estimator, i.e. `correction=1`. This only works as is because the default on this overload is not exercised by the tests. Pull Request resolved: https://github.com/pytorch/pytorch/pull/85839 Approved by: https://github.com/ezyang
Author
Committer
Parents
Loading