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

[torchlib] Implement upsample_nearest{nd}.vec #1874

Merged
merged 11 commits into from
Sep 24, 2024

Format

e118582
Select commit
Loading
Failed to load commit list.
Merged

[torchlib] Implement upsample_nearest{nd}.vec #1874

Format
e118582
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 24, 2024 in 0s

66.82% (-8.20%) compared to b0ca0c3

View this Pull Request on Codecov

66.82% (-8.20%) compared to b0ca0c3

Details

Codecov Report

Attention: Patch coverage is 12.50000% with 14 lines in your changes missing coverage. Please review.

Project coverage is 66.82%. Comparing base (b0ca0c3) to head (e118582).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
onnxscript/function_libs/torch_lib/ops/nn.py 12.50% 14 Missing ⚠️

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

HEAD has 45 uploads less than BASE
Flag BASE (b0ca0c3) HEAD (e118582)
48 3
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1874      +/-   ##
==========================================
- Coverage   75.02%   66.82%   -8.20%     
==========================================
  Files         251      251              
  Lines       27370    27366       -4     
  Branches     5004     5003       -1     
==========================================
- Hits        20533    18287    -2246     
- Misses       5867     8112    +2245     
+ Partials      970      967       -3     

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