Apache SINGA
A distributed deep learning platform .
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros
Classes | Namespaces
tensor_random.h File Reference

Random inline functions for tensor. More...

#include <cstdlib>
#include "tensor.h"
#include "tensor_container.h"

Go to the source code of this file.

Classes

class  mshadow::Random< Device >
 random number generator More...
 
class  mshadow::Random< cpu >
 CPU random number generator. More...
 

Namespaces

 mshadow
 namespace for mshadow
 

Detailed Description

Random inline functions for tensor.

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