|
template<typename T > |
ActivationLayer< T > * | magmadnn::layer::activation (op::Operation< T > *input, activation_t activation_func) |
|
template ActivationLayer< int > * | magmadnn::layer::activation (op::Operation< int > *, activation_t) |
|
template ActivationLayer< float > * | magmadnn::layer::activation (op::Operation< float > *, activation_t) |
|
template ActivationLayer< double > * | magmadnn::layer::activation (op::Operation< double > *, activation_t) |
|