jatinchowdhury18 / RTNeural

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

Compatible with C++14, CMake 3.1, and run clang-tidy #40

Closed jatinchowdhury18 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #40 (5ba1b59) into main (6199631) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #40      +/-   ##
==========================================
- Coverage   96.45%   96.44%   -0.01%     
==========================================
  Files          29       29              
  Lines        2001     1996       -5     
==========================================
- Hits         1930     1925       -5     
  Misses         71       71              
Impacted Files Coverage Δ
RTNeural/conv1d/conv1d.tpp 100.00% <ø> (ø)
RTNeural/conv1d/conv1d_eigen.tpp 100.00% <ø> (ø)
RTNeural/conv1d/conv1d_xsimd.tpp 100.00% <ø> (ø)
RTNeural/gru/gru.tpp 100.00% <ø> (ø)
RTNeural/gru/gru_xsimd.tpp 100.00% <ø> (ø)
RTNeural/lstm/lstm.tpp 100.00% <ø> (ø)
RTNeural/lstm/lstm_xsimd.tpp 100.00% <ø> (ø)
RTNeural/Layer.h 80.00% <100.00%> (ø)
RTNeural/Model.h 100.00% <100.00%> (ø)
RTNeural/activation/activation.h 98.24% <100.00%> (ø)
... and 19 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 6199631...5ba1b59. Read the comment docs.