Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect layers implementation with graph model #130

Merged
merged 10 commits into from
May 7, 2024

fix

819f0de
Select commit
Loading
Failed to load commit list.
Merged

Connect layers implementation with graph model #130

fix
819f0de
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 6, 2024 in 0s

88.34% (-0.40%) compared to f2d2177, passed because coverage increased by +0.11% when compared to adjusted base (88.22%)

View this Pull Request on Codecov

88.34% (-0.40%) compared to f2d2177, passed because coverage increased by +0.11% when compared to adjusted base (88.22%)

Details

Codecov Report

Attention: Patch coverage is 92.10526% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 88.34%. Comparing base (f2d2177) to head (819f0de).
Report is 5 commits behind head on main.

Files Patch % Lines
include/graph/graph.hpp 95.00% 0 Missing and 1 partial ⚠️
include/layers/OutputLayer.hpp 0.00% 1 Missing ⚠️
src/layers/FCLayer.cpp 85.71% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #130      +/-   ##
==========================================
- Coverage   88.74%   88.34%   -0.40%     
==========================================
  Files          18       18              
  Lines         693      695       +2     
  Branches      325      333       +8     
==========================================
- Hits          615      614       -1     
- Misses         50       51       +1     
- Partials       28       30       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.