jatinchowdhury18 / RTNeural

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

Conv1D: update XSIMD and STL implementations to use strategy from the Eigen implementation #77

Closed jatinchowdhury18 closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #77 (e8fc387) into main (74d813d) will increase coverage by 0.12%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #77      +/-   ##
==========================================
+ Coverage   96.72%   96.84%   +0.12%     
==========================================
  Files          29       29              
  Lines        2318     2408      +90     
==========================================
+ Hits         2242     2332      +90     
  Misses         76       76              
Impacted Files Coverage Δ
RTNeural/conv1d/conv1d.h 95.23% <100.00%> (+3.57%) :arrow_up:
RTNeural/conv1d/conv1d.tpp 100.00% <100.00%> (ø)
RTNeural/conv1d/conv1d_xsimd.h 95.34% <100.00%> (+2.49%) :arrow_up:
RTNeural/conv1d/conv1d_xsimd.tpp 100.00% <100.00%> (ø)
RTNeural/gru/gru_xsimd.h 97.77% <0.00%> (-0.05%) :arrow_down:
RTNeural/lstm/lstm_xsimd.h 98.00% <0.00%> (-0.04%) :arrow_down:
RTNeural/gru/gru.tpp 100.00% <0.00%> (ø)
RTNeural/lstm/lstm.tpp 100.00% <0.00%> (ø)
... and 12 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more