SMAUG
Simulating Machine Learning Applications on gem5-Aladdin
|
Elementwise exponential linear unit on SMV. More...
#include <smv_elu_op.h>
Elementwise exponential linear unit on SMV.
Definition at line 12 of file smv_elu_op.h.
Public Member Functions | |
void | tile () override |
void | run () override |
Public Member Functions inherited from smaug::EluOp< SmvBackend > | |
EluOp (const std::string &name, Workspace *workspace, float _alpha=0.1) | |
void | run () override |
void | run () |
void | setAlpha (float _alpha) |
float | getAlpha () const |
Protected Attributes | |
std::array< TiledTensor, 2 > | tiledTensors |
Protected Attributes inherited from smaug::EluOp< SmvBackend > | |
float | alpha |