Skip to content

Commit

Permalink
Update src/frontends/tensorflow_common/src/op/pack.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rkazants authored Mar 27, 2024
1 parent 9c7b5af commit 9564c9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/frontends/tensorflow_common/src/op/pack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ OutputVector translate_pack_op(const NodeContext& node) {
auto num_size = static_cast<int>(node.get_input_size());

auto axis = node.get_attribute<int64_t>("axis", 0);

auto num_size = static_cast<int>(node.get_input_size());
auto complex_type_mark = as_type_ptr<ComplexTypeMark>(node.get_input(0).get_node_shared_ptr());
auto axis_const = make_shared<v0::Constant>(element::i64, Shape{}, axis);

Expand Down

0 comments on commit 9564c9f

Please sign in to comment.