A file containing thread local class implementation. More...
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... | |
A file containing thread local class implementation.