-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Tidy torch/csrc/jit/passes/onnx code #160262
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
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/160262
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit bac0f18 with merge base df55ec7 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@justinchuby @titaiwangms We should tidy the code before trying to fix ONNX 1.19 integration. |
44ca5d3
to
be40649
Compare
Signed-off-by: cyy <cyyever@outlook.com>
Signed-off-by: cyy <cyyever@outlook.com>
@@ -21,13 +21,14 @@ using namespace ::c10::onnx; | |||
|
|||
} | |||
|
|||
#if 0 |
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.
can you comment on this?
Apply clang-tidy fixes to torch/csrc/jit/passes/onnx
cc @EikanWang @jgong5 @wenzhe-nrv @sanchitintel