MagmaDNN  1.0
c++NeuralNetworkFramework
reluop.cpp File Reference
Include dependency graph for reluop.cpp:

Functions

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)
 

Detailed Description

Author
Daniel Nichols
Version
0.1
Date
2019-05-01