Skip to content

Commit

Permalink
Merge branch 'feature/op_identity' into feature/op_identity_pyapi
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrKrzem committed Nov 8, 2024
2 parents d9f02c7 + 2160444 commit 4918ffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/core/include/openvino/opsets/opset.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ const OPENVINO_API OpSet& get_opset13();
*/
const OPENVINO_API OpSet& get_opset14();
/**
* @brief Returns map of available opsets
* @brief Returns opset15
* @ingroup ov_opset_cpp_api
*/
const OPENVINO_API OpSet& get_opset15();
/**
* @brief Returns map of available opsets
* @brief Returns opset16
* @ingroup ov_opset_cpp_api
*/
const OPENVINO_API OpSet& get_opset16();
Expand Down
1 change: 0 additions & 1 deletion src/plugins/template/backend/opset_int_tbl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ _OPENVINO_OP_REG(ROIAlignRotated, ov::op::v15)
_OPENVINO_OP_REG(EmbeddingBagOffsets, op::v15)
_OPENVINO_OP_REG(EmbeddingBagPacked, op::v15)
_OPENVINO_OP_REG(Col2Im, ov::op::v15)

_OPENVINO_OP_REG(STFT, ov::op::v15)
_OPENVINO_OP_REG(StringTensorUnpack, ov::op::v15)
_OPENVINO_OP_REG(StringTensorPack, ov::op::v15)
Expand Down

0 comments on commit 4918ffe

Please sign in to comment.