mirror of
https://github.com/pytorch/pytorch.git
synced 2025-11-03 07:24:58 +08:00
### Summary: NOTE: This is a re-export of https://github.com/pytorch/pytorch/pull/161994 ; the changes between these two PRs is exclusively to the buck/build files (Summary from #161994 ) Attempted rebase of https://github.com/pytorch/pytorch/pull/143712. This reverts commit 6c713ccb5e0df227dd5b630057cbccd373cbe7d6. cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx chenyang78 kadeng chauhang amjames Lucaskabela imported-using-ghimport Test Plan: Imported from OSS Differential Revision: D81524507 Pulled By: Lucaskabela Pull Request resolved: https://github.com/pytorch/pytorch/pull/163769 Approved by: https://github.com/dolpm Co-authored-by: Brian Hirsh <hirsheybar@fb.com>
12 lines
292 B
C++
12 lines
292 B
C++
#include <ATen/ViewMetaClasses.h>
|
|
#include <torch/csrc/functionalization/Module.h>
|
|
|
|
namespace torch::functionalization {
|
|
|
|
void initGenerated(PyObject* module) {
|
|
auto functionalization = py::handle(module).cast<py::module>();
|
|
$view_meta_bindings
|
|
}
|
|
|
|
} // namespace torch::functionalization
|