jatinchowdhury18 / RTNeural

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

STL implementations for Conv2D and BatchNorm2D #91

Closed jatinchowdhury18 closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #91 (ec3adad) into main (bcf33ec) will increase coverage by 0.13%. The diff coverage is 97.17%.

@@            Coverage Diff             @@
##             main      #91      +/-   ##
==========================================
+ Coverage   95.55%   95.68%   +0.13%     
==========================================
  Files          42       48       +6     
  Lines        3237     3523     +286     
==========================================
+ Hits         3093     3371     +278     
- Misses        144      152       +8     
Impacted Files Coverage Δ
RTNeural/ModelT.h 90.50% <ø> (+0.18%) :arrow_up:
RTNeural/conv1d_stateless/conv1d_stateless_eigen.h 96.15% <ø> (ø)
RTNeural/model_loader.h 81.62% <ø> (ø)
RTNeural/batchnorm/batchnorm2d.h 83.33% <83.33%> (ø)
RTNeural/conv1d_stateless/conv1d_stateless.tpp 94.87% <94.87%> (ø)
RTNeural/conv2d/conv2d.h 97.67% <97.67%> (ø)
RTNeural/conv1d_stateless/conv1d_stateless.h 97.72% <97.72%> (ø)
RTNeural/batchnorm/batchnorm2d.tpp 100.00% <100.00%> (ø)
RTNeural/conv2d/conv2d.tpp 100.00% <100.00%> (ø)

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