|
template<typename T > |
OutputLayer< T > * | magmadnn::layer::output (op::Operation< T > *input) |
|
template OutputLayer< int > * | magmadnn::layer::output (op::Operation< int > *) |
|
template OutputLayer< float > * | magmadnn::layer::output (op::Operation< float > *) |
|
template OutputLayer< double > * | magmadnn::layer::output (op::Operation< double > *) |
|