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

Functions

template<typename T >
void magmadnn::math::bias_add (Tensor< T > *x, Tensor< T > *bias, Tensor< T > *out)
 
template void magmadnn::math::bias_add (Tensor< int > *x, Tensor< int > *bias, Tensor< int > *out)
 
template void magmadnn::math::bias_add (Tensor< float > *x, Tensor< float > *bias, Tensor< float > *out)
 
template void magmadnn::math::bias_add (Tensor< double > *x, Tensor< double > *bias, Tensor< double > *out)
 

Detailed Description

Author
Daniel Nichols
Version
0.1
Date
2019-06-23