Skip to content

Commit

Permalink
removed conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-esir committed Dec 15, 2020
1 parent 999bfdc commit 2bbbca9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion ngraph/core/include/ngraph/opsets/opset6.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ namespace ngraph
#undef NGRAPH_OP
} // namespace opset6
} // namespace ngraph

5 changes: 0 additions & 5 deletions ngraph/core/include/ngraph/opsets/opset6_tbl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ NGRAPH_OP(Maximum, ngraph::op::v1)
NGRAPH_OP(Minimum, ngraph::op::v1)
NGRAPH_OP(Mod, ngraph::op::v1)
NGRAPH_OP(Multiply, ngraph::op::v1)
<<<<<<< HEAD
=======
NGRAPH_OP(MVN, ngraph::op::v0)
>>>>>>> de2edcf1c (Initial support of GatherElements in MO and nGraph)
NGRAPH_OP(Negative, ngraph::op::v0)
NGRAPH_OP(NormalizeL2, ngraph::op::v0)
NGRAPH_OP(NotEqual, ngraph::op::v1)
Expand Down Expand Up @@ -179,4 +175,3 @@ NGRAPH_OP(Round, ngraph::op::v5)
// New operations added in opset6
NGRAPH_OP(MVN, ngraph::op::v6)
NGRAPH_OP(GatherElements, ngraph::op::v6)

0 comments on commit 2bbbca9

Please sign in to comment.