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