Skip to content

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