pytorch
1bf57430 - Remove hacky wrappers for 21 operators (#54819)

Commit
3 years ago
Remove hacky wrappers for 21 operators (#54819) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/54819 20 of them contain both optional Tensor and output position. Hacky wrapper for `_convolution_mode` was added in 04e0cbf5a9f073a1b73195537c12fb332c2fddd9 after hacky wrappers are removed for optional<Tensor>. Codemod commands are generated by a hacked version of https://github.com/pytorch/pytorch/pull/54223 and https://github.com/pytorch/pytorch/pull/54098. ghstack-source-id: 125278883 Test Plan: buck build //caffe2/aten/... BUILD_TENSOREXPR_BENCHMARK=ON BUILD_STATIC_RUNTIME_BENCHMARK=ON python setup.py install Reviewed By: smessmer Differential Revision: D27378819 fbshipit-source-id: b925ed0510a83e3976383aaeec8b7de438b23bf3
Author
Parents
Loading