Added doxygen comment for opset10 (#13919)

This commit is contained in:
Ilya Churaev
2022-11-09 10:41:59 +04:00
committed by GitHub
parent bf8a2b6503
commit 9eb4878d01

View File

@@ -180,5 +180,9 @@ const OPENVINO_API OpSet& get_opset8();
* @ingroup ov_opset_cpp_api
*/
const OPENVINO_API OpSet& get_opset9();
/**
* @brief Returns opset10
* @ingroup ov_opset_cpp_api
*/
const OPENVINO_API OpSet& get_opset10();
} // namespace ov