Deprecate ExecutableNetwork and InferRequest API (#17801)

* Deprecate ExecutableNetwork and InferRequest API

* Fixed some warnings

* Fixed some warnings

* Try to fix documentation

* Try to skip documentation warnings
This commit is contained in:
Ilya Churaev
2023-06-01 12:50:56 +04:00
committed by GitHub
parent d53339ff67
commit 18d6ece4e4
14 changed files with 178 additions and 30 deletions

View File

@@ -13,11 +13,13 @@
#endif
int main() {
IE_SUPPRESS_DEPRECATED_START
//! [part0]
ov::Core core;
// Load GPU Extensions
core.set_property("GPU", {{ CONFIG_KEY(CONFIG_FILE), "<path_to_the_xml_file>" }});
//! [part0]
IE_SUPPRESS_DEPRECATED_END
return 0;
}

View File

@@ -103,3 +103,5 @@ unexpected unindent
failed to import object
autosummary: stub file not found
failed to parse name
for undefined enum \'waitmode\' found
internal inconsistency: scope for class inferenceengine