Skip to content

Commit

Permalink
pr test
Browse files Browse the repository at this point in the history
  • Loading branch information
w8501 committed Jul 28, 2023
1 parent a82b0bd commit b328b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layer/gemm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ int Gemm::load_param(const ParamDict& pd)
return -1;
}


if (constantA == 0 && constantB == 1 && constantC == 1)
one_blob_only = true;

Expand All @@ -71,6 +70,7 @@ int Gemm::load_param(const ParamDict& pd)
if (constantA == 1 && constantB == 1 && constantC == 0)
one_blob_only = true;


return 0;
}

Expand Down

0 comments on commit b328b4d

Please sign in to comment.