Data Structures | Namespaces
ie_cpu_streams_executor.hpp File Reference

A header file for Inference Engine CPU-Streams-based Executor implementation. More...

#include <memory>
#include <string>
#include "threading/ie_istreams_executor.hpp"

Go to the source code of this file.

Data Structures

class  InferenceEngine::CPUStreamsExecutor
 CPU Streams executor implementation. The executor splits the CPU into groups of threads, that can be pinned to cores or NUMA nodes. It uses custom threads to pull tasks from single queue. More...
 

Namespaces

 InferenceEngine
 Inference Engine Plugin API namespace.
 

Detailed Description

A header file for Inference Engine CPU-Streams-based Executor implementation.