MagmaDNN  1.0
c++NeuralNetworkFramework
tensor_math.h
Go to the documentation of this file.
1 
10 #pragma once
11 
12 
13 #include "math/add.h"
14 #include "math/dot.h"
15 #include "math/matmul.h"
17 #include "math/pow.h"
18 #include "math/argmax.h"
19 #include "reduce_sum.h"
20 #include "math/concat.h"
21 #include "math/tile.h"
22 #include "math/relu.h"
23 #include "math/dropout.h"
24 #include "math/pooling.h"