|
SMAUG
Simulating Machine Learning Applications on gem5-Aladdin
|
Implements the scaled exponential linear unit function. More...
#include <elu_op.h>
Implements the scaled exponential linear unit function.
Defined as: lambda * elu(input).
| Backend | The Backend specialization of this Operator. |
Public Member Functions | |
| SeluOp (const std::string &name, Workspace *workspace) | |
| void | run () override |
| void | setLambda (float _lambda) |
| float | getLambda () const |
| void | run () |
Protected Attributes | |
| float | lambda |
1.8.18