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

Add ONNX op Random Normal Like #2441

Merged
merged 6 commits into from
Nov 4, 2024

fix review points to respond to dynamically shape

ae7a825
Select commit
Loading
Failed to load commit list.
Merged

Add ONNX op Random Normal Like #2441

fix review points to respond to dynamically shape
ae7a825
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 31, 2024 in 1s

85.29% (target 80.00%)

View this Pull Request on Codecov

85.29% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 95.12195% with 6 lines in your changes missing coverage. Please review.

Project coverage is 85.29%. Comparing base (bac4405) to head (ae7a825).
Report is 22 commits behind head on main.

Files with missing lines Patch % Lines
crates/onnx-ir/src/dim_inference.rs 77.27% 5 Missing ⚠️
crates/burn-import/src/onnx/to_burn.rs 95.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2441      +/-   ##
==========================================
+ Coverage   85.25%   85.29%   +0.03%     
==========================================
  Files         792      793       +1     
  Lines      104552   104646      +94     
==========================================
+ Hits        89140    89260     +120     
+ Misses      15412    15386      -26     

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