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

Fix upsample_bilinear to respect align_corner argument #1254

Merged
merged 7 commits into from
Jan 16, 2024

Update onnxscript/function_libs/torch_lib/ops/nn.py

ab8ec04
Select commit
Loading
Failed to load commit list.
Merged

Fix upsample_bilinear to respect align_corner argument #1254

Update onnxscript/function_libs/torch_lib/ops/nn.py
ab8ec04
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 16, 2024 in 0s

78.77% (-0.01%) compared to 5b9c318

View this Pull Request on Codecov

78.77% (-0.01%) compared to 5b9c318

Details

Codecov Report

Attention: 8 lines in your changes are missing coverage. Please review.

Comparison is base (5b9c318) 78.78% compared to head (ab8ec04) 78.77%.

Files Patch % Lines
...ipt/tests/function_libs/torch_lib/ops_test_data.py 38.46% 7 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1254      +/-   ##
==========================================
- Coverage   78.78%   78.77%   -0.01%     
==========================================
  Files         119      119              
  Lines       15679    15691      +12     
  Branches     2481     2483       +2     
==========================================
+ Hits        12353    12361       +8     
- Misses       2919     2921       +2     
- Partials      407      409       +2     

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