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