Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ONNX avgpool1d #1744

Merged
merged 1 commit into from
May 7, 2024

added onxx avgpool1d

b9c086e
Select commit
Loading
Failed to load commit list.
Merged

ONNX avgpool1d #1744

added onxx avgpool1d
b9c086e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 7, 2024 in 0s

86.61% (target 80.00%)

View this Pull Request on Codecov

86.61% (target 80.00%)

Details

Codecov Report

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

Project coverage is 86.61%. Comparing base (bd06b38) to head (b9c086e).
Report is 1 commits behind head on main.

Files Patch % Lines
crates/burn-import/src/onnx/op_configuration.rs 92.59% 2 Missing ⚠️
crates/burn-core/src/nn/pool/avg_pool1d.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1744      +/-   ##
==========================================
+ Coverage   86.54%   86.61%   +0.06%     
==========================================
  Files         699      700       +1     
  Lines       83223    83427     +204     
==========================================
+ Hits        72025    72257     +232     
+ Misses      11198    11170      -28     

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