MagmaDNN  1.0
c++NeuralNetworkFramework
negate.h
Go to the documentation of this file.
1 
9 #pragma once
10 
11 #include "tensor/tensor.h"
12 #include "utilities_internal.h"
13 
14 namespace magmadnn {
15 namespace math {
16 
17 template <typename T>
18 void negate(Tensor<T> *x, Tensor<T> *out);
19 
20 }
21 }
Definition: addop.cpp:11