MagmaDNN  1.0
c++NeuralNetworkFramework
add.cpp File Reference
#include "math/add.h"
Include dependency graph for add.cpp:

Functions

template<typename T >
void magmadnn::math::add_in_place (T alpha, Tensor< T > *x, T beta, Tensor< T > *out)
 
template void magmadnn::math::add_in_place (int alpha, Tensor< int > *x, int beta, Tensor< int > *out)
 
template void magmadnn::math::add_in_place (float alpha, Tensor< float > *x, float beta, Tensor< float > *out)
 
template void magmadnn::math::add_in_place (double alpha, Tensor< double > *x, double beta, Tensor< double > *out)
 

Detailed Description

Author
Daniel Nichols
Version
1.0
Date
2019-06-24