A header file for Inference Engine Task Executor Interface. More...
Go to the source code of this file.
Data Structures | |
| interface | InferenceEngine::ITaskExecutor |
Interface for Task Executor. Inference Engine uses InferenceEngine::ITaskExecutor interface to run all asynchronous internal tasks. Different implementations of task executors can be used for different purposes: More... | |
Namespaces | |
| InferenceEngine | |
| Inference Engine Plugin API namespace. | |
Typedefs | |
| using | InferenceEngine::Task = std::function< void()> |
| Inference Engine Task Executor can use any copyable callable without parameters and output as a task. It would be wrapped into std::function object. | |
A header file for Inference Engine Task Executor Interface.