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

Nonzero should return an empty vec for zero tensors #2212

Merged
merged 5 commits into from
Sep 3, 2024

Merge branch 'main' into fix/nonzero

7167674
Select commit
Loading
Failed to load commit list.
Merged

Nonzero should return an empty vec for zero tensors #2212

Merge branch 'main' into fix/nonzero
7167674
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 3, 2024 in 0s

85.88% (target 80.00%)

View this Pull Request on Codecov

85.88% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 84.61538% with 2 lines in your changes missing coverage. Please review.

Project coverage is 85.88%. Comparing base (96a2340) to head (7167674).

Files with missing lines Patch % Lines
crates/burn-tch/src/ops/bool_tensor.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2212   +/-   ##
=======================================
  Coverage   85.88%   85.88%           
=======================================
  Files         707      707           
  Lines       89805    89819   +14     
=======================================
+ Hits        77130    77143   +13     
- Misses      12675    12676    +1     

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