jatinchowdhury18 / RTNeural

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

Add ELu activation layer #58

Closed jatinchowdhury18 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #58 (60a0803) into main (ee08dfc) will increase coverage by 0.02%. The diff coverage is 97.77%.

:exclamation: Current head 60a0803 differs from pull request most recent head 4adcd60. Consider uploading reports for the commit 4adcd60 to get more accurate results

@@            Coverage Diff             @@
##             main      #58      +/-   ##
==========================================
+ Coverage   96.47%   96.50%   +0.02%     
==========================================
  Files          29       29              
  Lines        2015     2060      +45     
==========================================
+ Hits         1944     1988      +44     
- Misses         71       72       +1     
Impacted Files Coverage Δ
RTNeural/common.h 93.54% <88.88%> (-0.37%) :arrow_down:
RTNeural/activation/activation.h 98.46% <100.00%> (+0.21%) :arrow_up:
RTNeural/activation/activation_eigen.h 100.00% <100.00%> (ø)
RTNeural/activation/activation_xsimd.h 100.00% <100.00%> (ø)
RTNeural/model_loader.h 86.80% <100.00%> (+0.13%) :arrow_up:

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 02fc61d...4adcd60. Read the comment docs.