SMAUG
Simulating Machine Learning Applications on gem5-Aladdin
|
Implements the sigmoid operator, defined as 1/(1 + exp(-input)). More...
#include <sigmoid_op.h>
Implements the sigmoid operator, defined as 1/(1 + exp(-input)).
Backend | The Backend specialization of this Operator. |
Public Member Functions | |
SigmoidOp (const std::string &name, Workspace *workspace) | |
void | run () override |
void | run () |