Skip to content

Commit

Permalink
Remove redundant virtual keyword in GroupNormalizationFusion shared f…
Browse files Browse the repository at this point in the history
…unctional subraph test fixture class
  • Loading branch information
jhajducz committed Feb 5, 2025
1 parent 2cf89f4 commit 597afb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ class GroupNormalizationFusionSubgraphTestsF
return outputs;
}

virtual void generate_inputs(const std::vector<ov::Shape>& targetInputStaticShapes) override {
void generate_inputs(const std::vector<ov::Shape>& targetInputStaticShapes) override {
inputs.clear();

auto itTargetShape = targetInputStaticShapes.begin();
Expand Down

0 comments on commit 597afb3

Please sign in to comment.