Skip to content
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

Cleanup optimizer #1904

Merged
merged 7 commits into from
Oct 14, 2024

Fix spelling

bb91fa6
Select commit
Loading
Failed to load commit list.
Merged

Cleanup optimizer #1904

Fix spelling
bb91fa6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 14, 2024 in 1s

67.17% (-7.85%) compared to 8fef233

View this Pull Request on Codecov

67.17% (-7.85%) compared to 8fef233

Details

Codecov Report

Attention: Patch coverage is 92.78351% with 7 lines in your changes missing coverage. Please review.

Project coverage is 67.17%. Comparing base (8fef233) to head (bb91fa6).

Files with missing lines Patch % Lines
onnxscript/optimizer/_legacy/_optimizer.py 88.88% 2 Missing and 2 partials ⚠️
onnxscript/optimizer/__init__.py 80.00% 1 Missing and 1 partial ⚠️
onnxscript/optimizer/_legacy/constant_folding.py 75.00% 0 Missing and 1 partial ⚠️

❗ There is a different number of reports uploaded between BASE (8fef233) and HEAD (bb91fa6). Click for more details.

HEAD has 41 uploads less than BASE
Flag BASE (8fef233) HEAD (bb91fa6)
42 1
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1904      +/-   ##
==========================================
- Coverage   75.02%   67.17%   -7.85%     
==========================================
  Files         252      252              
  Lines       27442    27275     -167     
  Branches     3195     3156      -39     
==========================================
- Hits        20588    18322    -2266     
- Misses       5896     8007    +2111     
+ Partials      958      946      -12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.