jatinchowdhury18 / RTNeural

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

Fix 32-byte alignment for Eigen backend #42

Closed jatinchowdhury18 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #42 (0d8a70a) into main (fdf7be8) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #42   +/-   ##
=======================================
  Coverage   96.44%   96.44%           
=======================================
  Files          29       29           
  Lines        1998     1998           
=======================================
  Hits         1927     1927           
  Misses         71       71           
Impacted Files Coverage Δ
RTNeural/common.h 93.91% <ø> (ø)
RTNeural/ModelT.h 89.32% <100.00%> (ø)
RTNeural/activation/activation_eigen.h 100.00% <100.00%> (ø)
RTNeural/conv1d/conv1d_eigen.h 90.90% <100.00%> (ø)
RTNeural/dense/dense_eigen.h 95.00% <100.00%> (ø)
RTNeural/gru/gru_eigen.h 91.66% <100.00%> (ø)
RTNeural/lstm/lstm_eigen.h 93.33% <100.00%> (ø)

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 fdf7be8...0d8a70a. Read the comment docs.