Skip to content

Commit

Permalink
[LPT] code style fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
eshoguli committed Sep 9, 2020
1 parent 1852420 commit 76e6f2c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ namespace subgraph {

const auto unsqueeze = std::make_shared<ngraph::opset1::Unsqueeze>(
dequantizationOp,
std::make_shared<ngraph::opset1::Constant>(element::i64, Shape{ axes.size() }, axes)
);
std::make_shared<ngraph::opset1::Constant>(element::i64, Shape{ axes.size() }, axes));

unsqueeze->set_friendly_name("output");

Expand Down

0 comments on commit 76e6f2c

Please sign in to comment.