-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Remove Module._backend as it's not used anymore. #25342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Differential Revision: [D17101571](https://our.internmc.facebook.com/intern/diff/D17101571)
Differential Revision: [D17101571](https://our.internmc.facebook.com/intern/diff/D17101571)
Differential Revision: [D17101571](https://our.internmc.facebook.com/intern/diff/D17101571)
Hi @gchanan, In my code, I use _backend.SpatialFullConvolution_updateOutput and now that in the latest version of Pytorch THNN is not supported anymore, I wonder if you could point me to a substitute if there exist any? Thanks, |
SpatialFullConvolution_updateOutput doesn't exist anymore, so I don't think that code would even get executed. What were you trying to do? |
Stack from ghstack:
Differential Revision: D17101571