mxnet
Classes | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
mxnet::common::random::RandGenerator< gpu, DType > Class Template Reference

#include <random_generator.h>

Collaboration diagram for mxnet::common::random::RandGenerator< gpu, DType >:
Collaboration graph

Classes

class  Impl
 

Public Member Functions

void Seed (mshadow::Stream< gpu > *s, uint32_t seed)
 

Static Public Member Functions

static void AllocState (RandGenerator< gpu, DType > *inst)
 
static void FreeState (RandGenerator< gpu, DType > *inst)
 

Static Public Attributes

static const int kMinNumRandomPerThread
 
static const int kNumRandomStates
 

Member Function Documentation

template<typename DType >
static void mxnet::common::random::RandGenerator< gpu, DType >::AllocState ( RandGenerator< gpu, DType > *  inst)
static
template<typename DType >
static void mxnet::common::random::RandGenerator< gpu, DType >::FreeState ( RandGenerator< gpu, DType > *  inst)
static
template<typename DType >
void mxnet::common::random::RandGenerator< gpu, DType >::Seed ( mshadow::Stream< gpu > *  s,
uint32_t  seed 
)

Member Data Documentation

template<typename DType >
const int mxnet::common::random::RandGenerator< gpu, DType >::kMinNumRandomPerThread
static
template<typename DType >
const int mxnet::common::random::RandGenerator< gpu, DType >::kNumRandomStates
static

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