pytorch
9f879ef5 - Make all non-input arguments to functionals part of its options (#29404)

Commit
5 years ago
Make all non-input arguments to functionals part of its options (#29404) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/29404 This PR makes all non-input arguments to functionals part of its options parameters, so that we won't break backward compatibility even if we add or reorder some of the non-input arguments to functionals in the future. Test Plan: Imported from OSS Differential Revision: D18378526 Pulled By: yf225 fbshipit-source-id: f5cf6bdfb844e75bf94fdee58c121e0955631b6e
Author
Will Feng
Parents
Loading