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

feat: resize onnx import #1863

Merged
merged 7 commits into from
Jun 11, 2024

feedback: remove dead code and resolve merge conflicts

6e00ba9
Select commit
Loading
Failed to load commit list.
Merged

feat: resize onnx import #1863

feedback: remove dead code and resolve merge conflicts
6e00ba9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 11, 2024 in 0s

86.14% (target 80.00%)

View this Pull Request on Codecov

86.14% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 95.55556% with 10 lines in your changes missing coverage. Please review.

Project coverage is 86.14%. Comparing base (671ec8c) to head (6e00ba9).

Files Patch % Lines
crates/burn-import/src/onnx/dim_inference.rs 80.95% 4 Missing ⚠️
crates/burn-import/src/onnx/op_configuration.rs 75.00% 4 Missing ⚠️
crates/burn-import/src/burn/node/resize.rs 98.67% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1863      +/-   ##
==========================================
+ Coverage   86.11%   86.14%   +0.03%     
==========================================
  Files         777      778       +1     
  Lines       90555    90780     +225     
==========================================
+ Hits        77979    78202     +223     
- Misses      12576    12578       +2     

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