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: added reduce min onnx import #1894

Merged
merged 1 commit into from
Jun 18, 2024

feat: added reduce min onnx import

283e0d8
Select commit
Loading
Failed to load commit list.
Merged

feat: added reduce min onnx import #1894

feat: added reduce min onnx import
283e0d8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 17, 2024 in 0s

86.09% (target 80.00%)

View this Pull Request on Codecov

86.09% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 91.79104% with 11 lines in your changes missing coverage. Please review.

Project coverage is 86.09%. Comparing base (8bf1cd6) to head (283e0d8).
Report is 4 commits behind head on main.

Files Patch % Lines
crates/burn-import/src/onnx/op_configuration.rs 84.37% 5 Missing ⚠️
crates/burn-import/src/onnx/dim_inference.rs 80.95% 4 Missing ⚠️
crates/burn-import/src/burn/node/unary.rs 96.55% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1894      +/-   ##
==========================================
+ Coverage   86.07%   86.09%   +0.02%     
==========================================
  Files         781      781              
  Lines       91616    91822     +206     
==========================================
+ Hits        78861    79058     +197     
- Misses      12755    12764       +9     

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