mxnet
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Namespaces
thread_local.h File Reference

Common utility for thread local storage. More...

#include <mutex>
#include <memory>
#include <vector>
Include dependency graph for thread_local.h:

Go to the source code of this file.

Classes

class  mxnet::common::ThreadLocalStore< T >
 A threadlocal store to store threadlocal variables. Will return a thread local singleton of type T. More...
 

Namespaces

 mxnet
 namespace of mxnet
 
 mxnet::common
 

Detailed Description

Common utility for thread local storage.

Copyright (c) 2015 by Contributors