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

Enhance slice operation to support more range variation #1989

Merged
merged 5 commits into from
Jul 8, 2024

Fix clippy

690f3cc
Select commit
Loading
Failed to load commit list.
Merged

Enhance slice operation to support more range variation #1989

Fix clippy
690f3cc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 8, 2024 in 1s

85.36% (target 80.00%)

View this Pull Request on Codecov

85.36% (target 80.00%)

Details

Codecov Report

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

Project coverage is 85.36%. Comparing base (c9e9054) to head (690f3cc).
Report is 3 commits behind head on main.

Files Patch % Lines
crates/burn-import/src/onnx/op_configuration.rs 76.92% 9 Missing ⚠️
crates/burn-import/src/burn/node/slice.rs 91.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1989      +/-   ##
==========================================
- Coverage   85.50%   85.36%   -0.14%     
==========================================
  Files         811      820       +9     
  Lines      100449   101175     +726     
==========================================
+ Hits        85887    86372     +485     
- Misses      14562    14803     +241     

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