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

Functions

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

Detailed Description

Author
Daniel Nichols
Version
0.1
Date
2019-06-10