Skip to content

Commit

Permalink
[GNA] fix scale factor issue in remove permutation test (openvinotool…
Browse files Browse the repository at this point in the history
  • Loading branch information
aalbersk authored Aug 12, 2020
1 parent df448c0 commit 93d3fec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class RemovePermutationsNHWCToNCHWPassTest : public testing::WithParamInterface<
const std::vector<std::map<std::string, std::string>> configs = {
{
{"GNA_DEVICE_MODE", "GNA_SW_EXACT"},
{"GNA_SCALE_FACTOR_0", "1638.4"}
{"GNA_SCALE_FACTOR_0", "327.67"}
}
};

Expand Down

0 comments on commit 93d3fec

Please sign in to comment.