Data Structures
Asynchronous Inference Request base classes

A set of base and helper classes to implement asynchronous inference request class. More...

Data Structures

class  InferenceEngine::AsyncInferRequestThreadSafeDefault
 Base class with default implementation of asynchronous multi staged inference request. To customize pipeline stages derived class should change the content of AsyncInferRequestThreadSafeDefault::_pipeline member container. It consists of pairs of tasks and executors which will run the task. The class is recommended to be used by plugins as a base class for asynchronous inference request implementation. More...
 

Detailed Description

A set of base and helper classes to implement asynchronous inference request class.