You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[PyTorch] Fix windows build for torchvision when MOBILE is defined (#4571)
Summary:
Pull Request resolved: #4571
Fixing windows build for `torchvision` when `MOBILE` is defined. In `csrc/vision.cpp`, since `PyMODINIT_FUNC` depends on `Python.h` I added the same condition for `PyMODINIT_FUNC` as the one for `import <PyTorch.h>`.
Reviewed By: malfet
Differential Revision: D31488734
fbshipit-source-id: fd52a9ab161288d9c8bf3b9e0ab9da856a4ebadb
0 commit comments