Skip to content

Commit

Permalink
fix x64 expected nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
alvoron committed Dec 17, 2024
1 parent bf9f2f6 commit 83bc0c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const std::vector<FullyConnectedParams> activations = {
false, // per-channel
true, // FQ
false, // bias
"fullyconnected_original"
"fullyconnected"
},
{
true, // activation
Expand All @@ -66,7 +66,7 @@ const std::vector<FullyConnectedParams> activations = {
false, // per-channel
true, // FQ
true, // bias
"fullyConnected"
"fullyconnected/dequantizationmultiply,add,relu"
},
};

Expand Down

0 comments on commit 83bc0c3

Please sign in to comment.