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 c45c01c commit a82b0bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layer/gemm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ int Gemm::load_param(const ParamDict& pd)
return -1;
}


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

Expand Down

0 comments on commit a82b0bd

Please sign in to comment.