Skip to content

Commit

Permalink
Apply comments
Browse files Browse the repository at this point in the history
  • Loading branch information
olpipi committed Aug 11, 2023
1 parent 30c1cde commit e533bfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class ConvolutionBackpropDataExtendedLayerTest
if (filterWeights.empty()) {
ov::Tensor random_tensor(type, filterWeightsShape);
ov::test::utils::fill_tensor_random(random_tensor);
auto constant = std::make_shared<ov::op::v0::Constant>(random_tensor);
filterWeightsNode = std::make_shared<ov::op::v0::Constant>(random_tensor);
} else {
filterWeightsNode = std::make_shared<ov::op::v0::Constant>(type, filterWeightsShape, filterWeights);
}
Expand Down

0 comments on commit e533bfb

Please sign in to comment.