Deprecate legacy precisions and layouts (#17803)
* Deprecate legacy precisions and layouts * Suppress some warnings * Fixed some warnings
This commit is contained in:
@@ -1,6 +1,17 @@
|
||||
#include "openvino/runtime/core.hpp"
|
||||
|
||||
#ifndef IN_OV_COMPONENT
|
||||
# define IN_OV_COMPONENT
|
||||
# define WAS_OV_LIBRARY_DEFINED
|
||||
#endif
|
||||
|
||||
#include "ie_plugin_config.hpp"
|
||||
|
||||
#ifdef WAS_OV_LIBRARY_DEFINED
|
||||
# undef IN_OV_COMPONENT
|
||||
# undef WAS_OV_LIBRARY_DEFINED
|
||||
#endif
|
||||
|
||||
int main() {
|
||||
//! [part0]
|
||||
ov::Core core;
|
||||
|
||||
Reference in New Issue
Block a user