jatinchowdhury18 / RTNeural

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

Minor improvements for softmax and elu activation functions #67

Closed jatinchowdhury18 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #67 (637931f) into main (b59d400) will decrease coverage by 0.54%. The diff coverage is 91.66%.

:exclamation: Current head 637931f differs from pull request most recent head c06460a. Consider uploading reports for the commit c06460a to get more accurate results

@@            Coverage Diff             @@
##             main      #67      +/-   ##
==========================================
- Coverage   96.69%   96.15%   -0.55%     
==========================================
  Files          29       21       -8     
  Lines        2302     1768     -534     
==========================================
- Hits         2226     1700     -526     
+ Misses         76       68       -8     
Impacted Files Coverage Δ
RTNeural/common.h 92.98% <80.00%> (-0.57%) :arrow_down:
RTNeural/activation/activation.h 98.48% <100.00%> (+0.02%) :arrow_up:
RTNeural/activation/activation_xsimd.h 100.00% <100.00%> (ø)
RTNeural/dense/dense_xsimd.h 95.65% <100.00%> (ø)
RTNeural/ModelT.h 86.53% <0.00%> (-0.38%) :arrow_down:
RTNeural/activation/activation_eigen.h
RTNeural/conv1d/conv1d_eigen.h
RTNeural/dense/dense_eigen.h
RTNeural/lstm/lstm_eigen.tpp
... 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 b59d400...c06460a. Read the comment docs.