-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Not expose mkldnn reshape and transpose #22193
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to change the function name in aten/src/ATen/native/mkldnn/TensorShape.cpp as well
bddppq
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG
facebook-github-bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bddppq has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: This PR is to make mkldnn reshape and transpose not exposes as Tensor API, please see the comments in pytorch/pytorch#21943. Pull Request resolved: pytorch/pytorch#22193 Differential Revision: D15983434 Pulled By: bddppq fbshipit-source-id: ad3514dfd8a3b0d89442eef752864e5d3f3d04f0
This PR is to make mkldnn reshape and transpose not exposes as Tensor API, please see the comments in #21943.