jatinchowdhury18 / RTNeural

Real-time neural network inferencing
BSD 3-Clause "New" or "Revised" License
551 stars 57 forks source link

Adding sample-rate correction options to templated recurrent layers #65

Closed jatinchowdhury18 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #65 (4b2a9bd) into main (6dcecab) will decrease coverage by 1.52%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #65      +/-   ##
==========================================
- Coverage   96.36%   94.84%   -1.53%     
==========================================
  Files          29       13      -16     
  Lines        2093      969    -1124     
==========================================
- Hits         2017      919    -1098     
+ Misses         76       50      -26     
Impacted Files Coverage Δ
RTNeural/common.h 100.00% <ø> (+6.45%) :arrow_up:
RTNeural/ModelT.h 85.85% <100.00%> (-1.06%) :arrow_down:
RTNeural/gru/gru.h 96.72% <100.00%> (+1.26%) :arrow_up:
RTNeural/gru/gru.tpp 100.00% <100.00%> (ø)
RTNeural/lstm/lstm.h 97.33% <100.00%> (+1.10%) :arrow_up:
RTNeural/lstm/lstm.tpp 100.00% <100.00%> (ø)
RTNeural/gru/gru_eigen.h
RTNeural/gru/gru_eigen.tpp
RTNeural/gru/gru_xsimd.h
... and 14 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6dcecab...4b2a9bd. Read the comment docs.

codecov-commenter commented 2 years ago

Codecov Report

Merging #65 (adb42d1) into main (6dcecab) will increase coverage by 0.32%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #65      +/-   ##
==========================================
+ Coverage   96.36%   96.69%   +0.32%     
==========================================
  Files          29       29              
  Lines        2093     2302     +209     
==========================================
+ Hits         2017     2226     +209     
  Misses         76       76              
Impacted Files Coverage Δ
RTNeural/common.h 93.54% <ø> (ø)
RTNeural/ModelT.h 86.91% <100.00%> (ø)
RTNeural/gru/gru.h 96.72% <100.00%> (+1.26%) :arrow_up:
RTNeural/gru/gru.tpp 100.00% <100.00%> (ø)
RTNeural/gru/gru_eigen.h 94.59% <100.00%> (+2.92%) :arrow_up:
RTNeural/gru/gru_eigen.tpp 100.00% <100.00%> (ø)
RTNeural/gru/gru_xsimd.h 97.82% <100.00%> (+0.49%) :arrow_up:
RTNeural/gru/gru_xsimd.tpp 100.00% <100.00%> (ø)
RTNeural/lstm/lstm.h 97.33% <100.00%> (+1.10%) :arrow_up:
RTNeural/lstm/lstm.tpp 100.00% <100.00%> (ø)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6dcecab...adb42d1. Read the comment docs.