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

Feature/onnx argmax #1814

Merged
merged 8 commits into from
May 31, 2024

only warn when select_last_index!=0

f9d8e32
Select commit
Loading
Failed to load commit list.
Merged

Feature/onnx argmax #1814

only warn when select_last_index!=0
f9d8e32
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 31, 2024 in 0s

86.42% (target 80.00%)

View this Pull Request on Codecov

86.42% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 89.72603% with 15 lines in your changes are missing coverage. Please review.

Project coverage is 86.42%. Comparing base (e61b026) to head (f9d8e32).
Report is 7 commits behind head on main.

Files Patch % Lines
crates/burn-import/src/onnx/op_configuration.rs 61.76% 13 Missing ⚠️
crates/burn-import/src/onnx/dim_inference.rs 87.50% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1814      +/-   ##
==========================================
- Coverage   86.43%   86.42%   -0.02%     
==========================================
  Files         753      761       +8     
  Lines       87602    87987     +385     
==========================================
+ Hits        75723    76041     +318     
- Misses      11879    11946      +67     

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