Public Member Functions | |
HardSigmoidFunctor (OperatorBase &op) | |
template<typename T > | |
bool | operator() (const int N, const T *X, T *Y, Context *context) const |
template<> | |
bool | operator() (const int N, const T *X, T *Y, CPUContext *) const |
Data Fields | |
const float | alpha |
const float | beta |
Definition at line 11 of file hard_sigmoid_op.h.