Skip to content

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
Collaborator

No description provided.

bool configured_ = false;

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

2 participants