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:
Ilya Lavrenov
2022-08-12 11:35:36 +04:00
committed by GitHub
parent 92ef155ed1
commit e0b12009ea
18 changed files with 79 additions and 140 deletions

View File

@@ -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;
};