Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Implement Layer abstraction for all layers#56

Merged
aobolensk merged 31 commits intoembedded-dev-research:mainfrom
chekalexey:All_layers
Dec 16, 2025
Merged

Implement Layer abstraction for all layers#56
aobolensk merged 31 commits intoembedded-dev-research:mainfrom
chekalexey:All_layers

Conversation

@chekalexey
Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread src/layer/ConvLayer.cpp Outdated
bool configured_ = false;

public:
ConvolutionLayer(int id) { setID(id); }
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.

setID call can be moved to the parent class

@aobolensk aobolensk merged commit 8f86942 into embedded-dev-research:main Dec 16, 2025
3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants