Skip to content

Commit

Permalink
[CPU] Fixed dynamic quantization accuracy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-gorokhov committed Apr 1, 2024
1 parent 6af05ba commit 7234dec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ const std::vector<ShapeParams> input_shapes_basic_dyn_quant = {
{{{}, {{1, 7, 256}}}, {256, 128}, 32lu},
{{{}, {{1, 1, 128}}}, {128, 32}},
{{{}, {{1, 3, 144}}}, {144, 64}, 16lu},
{{{}, {{1, 1, 1728}}}, {1728, 128}, 64lu},
};

const std::vector<ov::test::ElementType> weights_precisions_dyn_quant = {ov::element::u8,
Expand Down

0 comments on commit 7234dec

Please sign in to comment.