Skip to content

Commit

Permalink
Update pad.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhant-0707 committed Mar 29, 2024
1 parent c097058 commit 6c8c132
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/frontends/onnx/frontend/src/op/com.microsoft/pad.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ namespace op {
namespace custom {
namespace set_1 {
ov::OutputVector pad(const Node& node) {
// auto inputs = node.get_ng_inputs();
// std::string pad_mode = node.get_attribute_value<std::string>("mode", "constant");
// node.get_ng_inputs()[1] = std::make_shared<v0::Squeeze>(node.get_ng_inputs()[1]);
// auto result = set_11::pad(node).at(0);
auto node_1 = node;
node_1.get_ng_inputs()[1] = std::make_shared<v0::Squeeze>(node_1.get_ng_inputs()[1]);
auto result = set_11::pad(node_1).at(0);
Expand Down

0 comments on commit 6c8c132

Please sign in to comment.