Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Mikolajczyk <[email protected]>
  • Loading branch information
mmikolajcz committed Dec 11, 2024
1 parent 26f0a65 commit e82524f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ class SliceScatterLayerCPUTest : public testing::WithParamInterface<SliceScatter
// Fill the slice input2~input5 with specified data.
auto inputValue = inputValues[i - 2];
if (!inputValue) {
const auto param = ov::as_type_ptr<const ov::op::v0::Parameter>(funcInput.get_node_shared_ptr());
tensor = ov::Tensor{ov::element::i64, targetInputStaticShapes[i]};
} else {
tensor = ov::Tensor{ov::element::i64, targetInputStaticShapes[i], inputValue};
Expand Down

0 comments on commit e82524f

Please sign in to comment.