mxnet
|
Common utility for thread local storage. More...
#include <mutex>
#include <memory>
#include <vector>
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 | |
Common utility for thread local storage.
Copyright (c) 2015 by Contributors