Skip to content

Commit

Permalink
test with bias is added to x64 scope
Browse files Browse the repository at this point in the history
  • Loading branch information
alvoron committed Nov 22, 2024
1 parent 1c639ef commit 5df26e4
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ const std::vector<FullyConnectedParams> activations = {
false, // bias
"fullyconnected,relu_original,relu"
},
{
true, // activation
false, // per-channel
true, // FQ
true, // bias
"fullyConnected,fullyConnected/DequantizationMultiply,add,relu"
},
};

INSTANTIATE_TEST_SUITE_P(smoke_LPT, FullyConnectedTransformation,
Expand Down

0 comments on commit 5df26e4

Please sign in to comment.