Skip to content

Fuse Convolution + Activation node as a part of graph transformations pipeline#276

Merged
allnes merged 15 commits into
mainfrom
neiroyt/feature_fuseconvrelu
Mar 13, 2026
Merged

Fuse Convolution + Activation node as a part of graph transformations pipeline#276
allnes merged 15 commits into
mainfrom
neiroyt/feature_fuseconvrelu

Clang

e27d175
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 13, 2026 in 1s

84.95% (+0.53%) compared to 028996d

View this Pull Request on Codecov

84.95% (+0.53%) compared to 028996d

Details

Codecov Report

❌ Patch coverage is 86.06061% with 46 lines in your changes missing coverage. Please review.
✅ Project coverage is 84.95%. Comparing base (028996d) to head (e27d175).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/layers_fused/ConvRelu.cpp 79.24% 9 Missing and 13 partials ⚠️
include/layers_fused/ConvRelu.hpp 91.38% 8 Missing and 10 partials ⚠️
...rc/graph_transformations/graph_transformations.cpp 28.57% 3 Missing and 2 partials ⚠️
include/layers/ConvLayer.hpp 85.71% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #276      +/-   ##
==========================================
+ Coverage   84.42%   84.95%   +0.53%     
==========================================
  Files          57       59       +2     
  Lines        3274     3710     +436     
  Branches     1989     2287     +298     
==========================================
+ Hits         2764     3152     +388     
- Misses        245      271      +26     
- Partials      265      287      +22     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.