BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
utility.h
Go to the documentation of this file.
1 /*
2  * Utility.h
3  *
4  * Created on: Dec 12, 2018
5  * Author: joseph
6  */
7 
8 #ifndef BC_UTILITY_UTILITY_H_
9 #define BC_UTILITY_UTILITY_H_
10 
11 #include <sstream>
12 
13 #include "host.h"
14 #include "device.h"
15 #include "any_map.h"
16 
17 namespace bc {
18  using utility::Utility;
19 }
20 
21 #endif /* UTILITY_H_ */
22 
The Evaluator determines if an expression needs to be greedily optimized.
Definition: algorithms.h:22