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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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