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 a14a1ec commit 9c7b5af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontends/tensorflow_common/src/op/pack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ namespace op {

OutputVector translate_pack_op(const NodeContext& node) {
default_op_checks(node, 1, {"Pack", "PACK"}, true);
auto num_size = static_cast<int>(node.get_input_size());

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

Expand Down

0 comments on commit 9c7b5af

Please sign in to comment.