We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03773f7 commit 01ceeb8Copy full SHA for 01ceeb8
src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/common/denormal_check.cpp
@@ -36,8 +36,8 @@ void SetUp() override {
36
targetStaticShapes.push_back({inpShape});
37
targetDevice = ov::test::utils::DEVICE_CPU;
38
39
- const auto elemsCount = shape_size(inpShape);
40
const auto rtPrc = ov::element::f32;
+ const auto elemsCount = shape_size(inpShape) * rtPrc.size();
41
ov::ParameterVector params {std::make_shared<ov::op::v0::Parameter>(rtPrc, ov::Shape(inpShape))};
42
pConstStorage.reset(new ov::AlignedBuffer(elemsCount, alignment));
43
0 commit comments