Skip to content

Conversation

@AndreySorokin7
Copy link
Collaborator

Closes #180


class Layer;

struct EWoperations {
Copy link
Member

@aobolensk aobolensk Aug 7, 2025

Choose a reason for hiding this comment

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

Probably, PostOps would be better?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed


struct EWoperations {
std::vector<Layer*> layers;
unsigned int countlayers = 0;
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
unsigned int countlayers = 0;
unsigned int count = 0;

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed

AndreySorokin7 added 4 commits August 7, 2025 18:32
@aobolensk aobolensk merged commit ee6a106 into main Aug 10, 2025
17 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.

Implement PostOp structure

4 participants