|
template<typename T > |
FullyConnectedLayer< T > * | magmadnn::layer::fullyconnected (op::Operation< T > *input, unsigned int hidden_units, bool use_bias) |
|
template FullyConnectedLayer< int > * | magmadnn::layer::fullyconnected (op::Operation< int > *, unsigned int, bool) |
|
template FullyConnectedLayer< float > * | magmadnn::layer::fullyconnected (op::Operation< float > *, unsigned int, bool) |
|
template FullyConnectedLayer< double > * | magmadnn::layer::fullyconnected (op::Operation< double > *, unsigned int, bool) |
|