trunk/5f24e575541dc856804dc6e4e6f0fa78e6ee5111: Create lvalue and rvalue overloads for toOptional (#195069)
- PyTorch 近 90 天出现 168 次
- PyTorch 近 90 天第 166 次发版
- 上一次:同一天稍早 · trunk/9db0d7b8a5655d7cd36376ae912d6a17fe63300d: [BE][Ez]: Optimize aten::{fmap,filter} with rvalue overload (#194929)
发生了什么
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
摘要按规则整理自下方来源原文