Apache SINGA
A distributed deep learning platform .
 All Classes Namespaces Files Functions Variables Typedefs Macros
Static Public Member Functions | List of all members
TSingleton< T > Class Template Reference

Thread Specific Singleton. More...

#include <singleton.h>

Static Public Member Functions

static T * Instance ()
 

Detailed Description

template<typename T>
class TSingleton< T >

Thread Specific Singleton.

Each thread will have its own data_ storage.


The documentation for this class was generated from the following file: