[ONNX] allow no-alpha add/sub in onnx symbolic#10972
[ONNX] allow no-alpha add/sub in onnx symbolic#10972wanchaol wants to merge 3 commits intopytorch:masterfrom
Conversation
torch/onnx/symbolic.py
Outdated
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
b788207 to
a8bef01
Compare
facebook-github-bot
left a comment
There was a problem hiding this comment.
wanchaol has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
facebook-github-bot
left a comment
There was a problem hiding this comment.
wanchaol has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
jamesr66a
left a comment
There was a problem hiding this comment.
Cool, let's do it. So long as this rebases cleanly I think this is OK
63be67a to
e5efebd
Compare
facebook-github-bot
left a comment
There was a problem hiding this comment.
wanchaol has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
@jamesr66a this is causing some internal tests failures, I will investigate it. |
Summary: The PR fixes #10873 The context is aten::add and aten::sub ST overloads don't have alpha, so onnx symbolic does not match. Pull Request resolved: pytorch/pytorch#10972 Differential Revision: D9724224 fbshipit-source-id: 902a2a6a04452a8ce428ecac7cd7e912d6787178
Summary: The PR fixes #10873 The context is aten::add and aten::sub ST overloads don't have alpha, so onnx symbolic does not match. Pull Request resolved: pytorch/pytorch#10972 Differential Revision: D9724224 fbshipit-source-id: 42326b91a57490e070db5ba4c9a8e9e75fc0b364
The PR fixes #10873
The context is aten::add and aten::sub ST overloads don't have alpha, so onnx symbolic does not match.