-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add one test failing for the optimizer after a model optimized and inlined #1465
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1465 +/- ##
==========================================
- Coverage 77.00% 76.99% -0.01%
==========================================
Files 209 209
Lines 22440 22440
Branches 3807 3807
==========================================
- Hits 17279 17277 -2
- Misses 4443 4445 +2
Partials 718 718 ☔ View full report in Codecov by Sentry. |
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.
I wonder if we should make the tests conditional on the presence of onnxruntime?
@justinchuby @gramalingam Should we move tests under rewriter and optimizer to this folder? I feel like tests are scattered in the repo. |
Unit tests should stay with the modules, big tests should be in tests/. If a test inside rewriter/optimizer isn't named as somemodule_test, then we should move them imo. |
…lined (#1465) Co-authored-by: Justin Chu <[email protected]> Co-authored-by: Ti-Tai Wang <[email protected]>
No description provided.