pytorch
16f276ce - Add C++-only `int dim` overloads to `std`-related operations (#40451)

Commit
4 years ago
Add C++-only `int dim` overloads to `std`-related operations (#40451) Summary: Fixes gh-40287 The `int -> bool` conversion takes higher precedence than `int -> IntArrayRef`. So, calling `std(0)` in C++ would select the `std(unbiased=False)` overload instead. Pull Request resolved: https://github.com/pytorch/pytorch/pull/40451 Differential Revision: D22217926 Pulled By: ezyang fbshipit-source-id: 7520792fab5ab6665bddd03b6f57444c6c729af4
Author
Parents
Loading