1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

add alpha parameter to ELU layer

This commit is contained in:
Smirnov Egor
2021-11-30 12:20:35 +03:00
parent a6277370ca
commit 0e2a3686c0
3 changed files with 19 additions and 6 deletions
@@ -453,6 +453,8 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN
class CV_EXPORTS ELULayer : public ActivationLayer
{
public:
float alpha;
static Ptr<ELULayer> create(const LayerParams &params);
};