-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[ONNX] Add ONNX export support for multidim torch.sum. #22240
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
[ONNX] Add ONNX export support for multidim torch.sum. #22240
Conversation
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.
@houseroad has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
houseroad
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.
Seems more operator tests to update.
Thanks, I am taking a look. |
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.
@houseroad has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
Need to rebase and rewrite because the recent change (#22237) has changed the methods significantly. |
0a109bf to
d21ec06
Compare
|
@houseroad - I've updated the PR to merge with the latest master. Added one more test. |
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.
@houseroad has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
houseroad
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.
LGTM, thanks!
|
Thanks @houseroad. |
|
@houseroad merged this pull request in 83768f0. |
Summary: This change fixes the issue reported in pytorch#22066. Pull Request resolved: pytorch#22240 Reviewed By: zrphercule Differential Revision: D15996934 Pulled By: houseroad fbshipit-source-id: 3a842ba26f54aa710233fbe87d727fc1f2568d9c
This change fixes the issue reported in #22066.