Skip to content

Commit

Permalink
[CPU] Added several ops to type_relaxed_opset (#18872)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-Golubev committed Oct 27, 2023
1 parent 9e987a4 commit e177412
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plugins/intel_cpu/src/extension.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ std::map<std::string, ngraph::OpSet> Extension::getOpSets() {
NGRAPH_OP(MVN, ngraph::op::v6)
NGRAPH_OP(Select, ngraph::op::v1)
NGRAPH_OP(ConvolutionBackpropData, ngraph::op::v1)
NGRAPH_OP(LSTMSequence, ngraph::op::v5)
NGRAPH_OP(GRUSequence, ngraph::op::v5)
NGRAPH_OP(NonMaxSuppression, ngraph::op::v5)
NGRAPH_OP(NonMaxSuppression, ngraph::op::v9)
#undef NGRAPH_OP

return opset;
Expand Down

0 comments on commit e177412

Please sign in to comment.