[ONNX] Remove unused logic from internal verification module#161449
[ONNX] Remove unused logic from internal verification module#161449justinchuby wants to merge 15 commits intogh/justinchuby/114/basefrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/161449
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ You can merge normally! (1 Unrelated Failure)As of commit 309a56e with merge base 378edb0 ( FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com> ghstack-source-id: 82e23a0 Pull Request resolved: pytorch#161449
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com> ghstack-source-id: b8accf2 Pull Request resolved: pytorch#161449
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com> ghstack-source-id: 8e5129e Pull Request resolved: pytorch#161449
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com> ghstack-source-id: d1cf6fc Pull Request resolved: pytorch#161449
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com> ghstack-source-id: 4d8210f Pull Request resolved: pytorch#161449
titaiwangms
left a comment
There was a problem hiding this comment.
This is bc breaking.
The first PR breaks BC. This PR does the clean up |
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com> ghstack-source-id: fa72c2b Pull Request resolved: pytorch#161449
|
@pytorchbot merge -i |
Merge startedYour change will be merged while ignoring the following 1 checks: trunk / macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
|
Starting merge as part of PR stack under #161546 |
Merge failedReason: Command Details for Dev Infra teamRaised by workflow job |
|
@pytorchbot merge -i |
Merge startedYour change will be merged while ignoring the following 1 checks: trunk / macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Remove import of two functions - _run_symbolic_function - _run_symbolic_method to the `torch.onnx` namespace. Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com> Pull Request resolved: #161546 Approved by: https://github.com/titaiwangms ghstack dependencies: #161323, #161449
…#161449) Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com> Pull Request resolved: pytorch#161449 Approved by: https://github.com/xadupre, https://github.com/titaiwangms ghstack dependencies: pytorch#161323
Remove import of two functions - _run_symbolic_function - _run_symbolic_method to the `torch.onnx` namespace. Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com> Pull Request resolved: pytorch#161546 Approved by: https://github.com/titaiwangms ghstack dependencies: pytorch#161323, pytorch#161449
…#161449) Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com> Pull Request resolved: pytorch#161449 Approved by: https://github.com/xadupre, https://github.com/titaiwangms ghstack dependencies: pytorch#161323
Remove import of two functions - _run_symbolic_function - _run_symbolic_method to the `torch.onnx` namespace. Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com> Pull Request resolved: pytorch#161546 Approved by: https://github.com/titaiwangms ghstack dependencies: pytorch#161323, pytorch#161449
Stack from ghstack (oldest at bottom):
Signed-off-by: Justin Chu justinchuby@users.noreply.github.com
cc @titaiwangms