BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
algorithms.h
Go to the documentation of this file.
1 /*
2  * BlackCat_Algorithms.h
3  *
4  * Created on: Jul 6, 2019
5  * Author: joseph
6  */
7 
8 #ifndef BLACKCAT_ALGORITHMS_H_
9 #define BLACKCAT_ALGORITHMS_H_
10 
11 #include "streams.h"
12 #include "algorithms/algorithms.h"
13 
14 namespace bc {
15  using namespace algorithms;
16 }
17 
18 #endif /* BLACKCAT_ALGORITHMS_H_ */
The Evaluator determines if an expression needs to be greedily optimized.
Definition: algorithms.h:22