jatinchowdhury18 / RTNeural

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

Improve Conv1D layers (Eigen backend) #74

Closed stepanmk closed 1 year ago

stepanmk commented 1 year ago

Changes made:

jatinchowdhury18 commented 1 year ago

Nice, these changes are working great on my end.

For the formatting failure in CI, that should be easy to fix if you're able to run clang-format locally with this command.

Also, don't forget to add your name to the Contributors list!

codecov-commenter commented 1 year ago

Codecov Report

Merging #74 (cb4666b) into main (43834b9) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #74      +/-   ##
==========================================
+ Coverage   96.70%   96.72%   +0.01%     
==========================================
  Files          29       29              
  Lines        2306     2318      +12     
==========================================
+ Hits         2230     2242      +12     
  Misses         76       76              
Impacted Files Coverage Δ
RTNeural/conv1d/conv1d_eigen.h 93.33% <100.00%> (+2.42%) :arrow_up:
RTNeural/conv1d/conv1d_eigen.tpp 100.00% <100.00%> (ø)

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

jatinchowdhury18 commented 1 year ago

Thanks again for your great work on this!