Namespaces | Typedefs
ie_thread_local.hpp File Reference

A file containing thread local class implementation. More...

#include "ie_parallel.hpp"
#include <tbb/enumerable_thread_specific.h>

Go to the source code of this file.

Namespaces

 InferenceEngine
 Inference Engine Plugin API namespace.
 

Typedefs

template<typename T >
using InferenceEngine::ThreadLocal = tbb::enumerable_thread_specific< T >
 A wrapper class to keep object to be thread local. More...
 

Detailed Description

A file containing thread local class implementation.