Skip to content

Commit

Permalink
empty commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Lyulkov committed May 3, 2024
1 parent f9852fd commit 7b25f39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/dnn/src/layers/gemm_layer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ class GemmLayerImpl CV_FINAL : public GemmLayer {

if (!have_bias)
return Ptr<BackendNode>(new InfEngineNgraphNode(nodeAB));

std::shared_ptr<ov::Node> nodeGemm;
if (beta != 1.0f)
{
Expand Down

0 comments on commit 7b25f39

Please sign in to comment.