|
template<typename T > |
ReluOp< T > * | magmadnn::op::relu (Operation< T > *x, bool copy, bool needs_grad) |
|
template ReluOp< int > * | magmadnn::op::relu (Operation< int > *x, bool copy, bool needs_grad) |
|
template ReluOp< float > * | magmadnn::op::relu (Operation< float > *x, bool copy, bool needs_grad) |
|
template ReluOp< double > * | magmadnn::op::relu (Operation< double > *x, bool copy, bool needs_grad) |
|