Skip to content

Layers #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 37 commits into
base: main
Choose a base branch
from
Open

Layers #54

wants to merge 37 commits into from

Conversation

Lepsps
Copy link
Collaborator

@Lepsps Lepsps commented May 13, 2025

No description provided.

@Lepsps Lepsps requested review from aobolensk and allnes as code owners May 13, 2025 14:12
if (input.data.size() != output.data.size()) {
throw std::runtime_error("ReshapeLayerMock: Input and output data buffer sizes mismatch.");
}
std::fill(output.data.begin(), output.data.end(), static_cast<double>(getID()) + 0.9);
Copy link
Member

Choose a reason for hiding this comment

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

Please, replace stub implementations with throw std::logic_error("Not yet implemented");

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