Removed old headers from OV 2.0 API (#12214)
* Removed old headers from OV 2.0 API * FIxed clang * Fixed warning * Updated OMZ submodule * Fixed gpu tests build
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
#include "c_api/ov_c_api.h"
|
||||
#include "openvino/openvino.hpp"
|
||||
|
||||
// TODO: we need to catch ov::Exception instead of ie::Exception
|
||||
#include "details/ie_exception.hpp"
|
||||
|
||||
struct ov_core {
|
||||
std::shared_ptr<ov::Core> object;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user