Removed suppressions for IInferRequest deprecation (#5310)
* Removed suppressions for IInferRequest deprecation * Fixed Windows * More fixes for Windows * Fixed compilation on Windows * Fixed comment in documentatipn * Fixes for Andorid * Fixes for old gcc 4.8 * WA for cross-compilations * Fixed compilation * Fixed HETERO plugin compilation for old compilers * Flags Co-authored-by: lab_ddpqa <lab_ddpqa@intel.com>
This commit is contained in:
@@ -107,7 +107,7 @@ for (auto & item : input_info) {
|
||||
|
||||
//! [part12]
|
||||
infer_request.StartAsync();
|
||||
infer_request.Wait(InferenceEngine::IInferRequest::WaitMode::RESULT_READY);
|
||||
infer_request.Wait(InferenceEngine::InferRequest::WaitMode::RESULT_READY);
|
||||
//! [part12]
|
||||
|
||||
auto sync_infer_request = executable_network.CreateInferRequest();
|
||||
|
||||
Reference in New Issue
Block a user