Skip to content

Implement function to find subgraph and change LayerType assignment#209

Merged
aobolensk merged 11 commits into
mainfrom
neiroyt/subgraph
Oct 18, 2025
Merged

Implement function to find subgraph and change LayerType assignment#209
aobolensk merged 11 commits into
mainfrom
neiroyt/subgraph

Conversation

@NeiroYT

@NeiroYT NeiroYT commented Sep 17, 2025

Copy link
Copy Markdown
Collaborator

Closes #204 #214

@codecov

codecov Bot commented Oct 8, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 87.38739% with 14 lines in your changes missing coverage. Please review.
✅ Project coverage is 84.90%. Comparing base (13b6788) to head (2d93a81).
⚠️ Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
...rc/graph_transformations/graph_transformations.cpp 92.00% 0 Missing and 4 partials ⚠️
include/graph/graph.hpp 89.65% 0 Missing and 3 partials ⚠️
include/layers/InputLayer.hpp 57.14% 0 Missing and 3 partials ⚠️
include/layers/DropOutLayer.hpp 0.00% 0 Missing and 2 partials ⚠️
include/layers/Layer.hpp 0.00% 0 Missing and 1 partial ⚠️
include/layers/OutputLayer.hpp 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #209      +/-   ##
==========================================
+ Coverage   84.63%   84.90%   +0.26%     
==========================================
  Files          33       34       +1     
  Lines        1829     1914      +85     
  Branches      973     1009      +36     
==========================================
+ Hits         1548     1625      +77     
  Misses        124      124              
- Partials      157      165       +8     

☔ 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.

@NeiroYT NeiroYT linked an issue Oct 8, 2025 that may be closed by this pull request
@NeiroYT NeiroYT changed the title Implement function to find subgraph Implement function to find subgraph and change LayerType assignment Oct 8, 2025

@aobolensk aobolensk left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aobolensk aobolensk merged commit 3e8a111 into main Oct 18, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Assign layer type to every layer and delete get_name() Implement graph pattern matching

3 participants