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

added maxpool1d onnx operator #1725

Merged
merged 1 commit into from
May 6, 2024

added maxpool1d

7658d55
Select commit
Loading
Failed to load commit list.
Merged

added maxpool1d onnx operator #1725

added maxpool1d
7658d55
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 6, 2024 in 0s

86.52% (target 80.00%)

View this Pull Request on Codecov

86.52% (target 80.00%)

Details

Codecov Report

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

Project coverage is 86.52%. Comparing base (152509c) to head (7658d55).
Report is 1 commits behind head on main.

Files Patch % Lines
crates/burn-core/src/nn/pool/max_pool1d.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1725      +/-   ##
==========================================
+ Coverage   86.47%   86.52%   +0.05%     
==========================================
  Files         698      699       +1     
  Lines       82874    83057     +183     
==========================================
+ Hits        71667    71867     +200     
+ Misses      11207    11190      -17     

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