BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
random.h
Go to the documentation of this file.
1 /*
2 
3  * Random.h
4  *
5  * Created on: Dec 3, 2018
6  * Author: joseph
7  */
8 
9 #ifndef BC_RANDOM_RANDOM_H_
10 #define BC_RANDOM_RANDOM_H_
11 
12 #include "host.h"
13 #include "device.cu"
14 
15 #endif /* RANDOM_H_ */