Skip to content

Commit

Permalink
WIP: fixed range
Browse files Browse the repository at this point in the history
  • Loading branch information
antonvor committed Jul 18, 2021
1 parent 27fc0b9 commit 2c95845
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ class ConvolutionLayerCPUTest : public testing::WithParamInterface<convLayerCPUT
scale *= kernel[i];
}
scale *= 10 * 10;
scale += 1;


// todo: FuncTestUtils::PrecisionUtils::convertIE2nGraphPrc(outPrc)?
Expand Down

0 comments on commit 2c95845

Please sign in to comment.