BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
reductions.h
Go to the documentation of this file.
1 /*
2  * Reductions.h
3  *
4  * Created on: Aug 27, 2019
5  * Author: joseph
6  */
7 
8 #ifndef BLACKCATTENSORS_TENSORS_EXPRESSION_TEMPLATES_FUNCTIONS_REDUCTIONS_H_
9 #define BLACKCATTENSORS_TENSORS_EXPRESSION_TEMPLATES_FUNCTIONS_REDUCTIONS_H_
10 
11 #include "host.h"
12 #include "device.cu"
13 
14 namespace bc {
15 namespace tensors {
16 namespace exprs {
17 namespace functions {
18 
19 template<class SystemTag>
20 struct Reduce;
21 
22 }
23 }
24 }
25 }
26 
27 
28 #endif /* REDUCTIONS_H_ */
The Evaluator determines if an expression needs to be greedily optimized.
Definition: algorithms.h:22