Data Structures | Namespaces | Typedefs
ie_itask_executor.hpp File Reference

A header file for Inference Engine Task Executor Interface. More...

#include <functional>
#include <memory>
#include <vector>
#include "ie_api.h"

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.
 

Detailed Description

A header file for Inference Engine Task Executor Interface.