BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
common.h
Go to the documentation of this file.
1 /*
2  * common.h
3  *
4  * Created on: Nov 24, 2018
5  * Author: joseph
6  */
7 
8 #ifndef BC_ALGORITHM_COMMON_H_
9 #define BC_ALGORITHM_COMMON_H_
10 
11 #include <iterator>
12 #include <vector>
13 #include "reference_iterator.h"
14 
15 #endif /* COMMON_H_ */