[ONNX] Fix pad Circular Mode#86984
[ONNX] Fix pad Circular Mode#86984titaiwangms wants to merge 2 commits intogh/AllenTiTaiWang/13/basefrom
Conversation
[ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/86984
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 27aec03: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
| ) | ||
|
|
||
|
|
||
| @_onnx_symbolic("aten::_pad_circular") |
There was a problem hiding this comment.
I deleted this, as this function is actually a subfunction of "aten::pad"
|
@BowenBao PTAL |
|
@pytorchbot rebase |
|
@pytorchbot successfully started a rebase job. Check the current status here |
In #73433, a ONNX test case is missed, and the result is incorrect when it is converted to ONNX. [ghstack-poisoned]
|
Successfully rebased |
|
@pytorchbot merge -g |
Merge startedYour change will be merged once all checks on your PR pass since you used the green (-g) flag (ETA: 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
In pytorch#73433, a ONNX test case is missed, and the result is incorrect when it is converted to ONNX. Pull Request resolved: pytorch#86984 Approved by: https://github.com/BowenBao
In pytorch#73433, a ONNX test case is missed, and the result is incorrect when it is converted to ONNX. Pull Request resolved: pytorch#86984 Approved by: https://github.com/BowenBao
Stack from ghstack (oldest at bottom):
In #73433, a ONNX test case is missed, and the result is incorrect when it is converted to ONNX.