trunk/5f24e575541dc856804dc6e4e6f0fa78e6ee5111: Create lvalue and rvalue overloads for toOptional (#195069)
- PyTorch: 165 events in the last 90 days
- PyTorch: 163th Release in the last 90 days
- Previous: earlier the same day · trunk/9db0d7b8a5655d7cd36376ae912d6a17fe63300d: [BE][Ez]: Optimize aten::{fmap,filter} with rvalue overload (#194929)
What happened
I believe the original implementation was unintended. There are a number of other toBlaBla functions in this class which has the && and const& overloads. The const and non- const overloads were redundant because they did exactly the same thing. Pull Request resolved: #195069 Approved by: https://github.com/Skylion007
Summary assembled by rule from the sources below