mxnet
Classes | Namespaces
random.h File Reference

Random inline functions for tensor. More...

#include <cstdlib>
#include <algorithm>
#include <random>
#include "./base.h"
#include "./tensor.h"
#include "./tensor_container.h"
Include dependency graph for random.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mshadow::Random< Device, MSHADOW_DEFAULT_DTYPE >
 random number generator More...
 
class  mshadow::Random< cpu, DType >
 CPU random number generator. More...
 
class  mshadow::Random< gpu, DType >
 GPU random number generator. More...
 

Namespaces

 mshadow
 namespace for mshadow
 

Detailed Description

Random inline functions for tensor.

Copyright (c) 2014 by Contributors

Author
Bing Xu, Tianqi Chen Based on curand|MKL|stdlib