mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Added exp layer
backport of commit:6111935835partial backport of commit:dd5976162b
This commit is contained in:
committed by
Alexander Alekhin
parent
19f1bac18c
commit
96947c30c0
@@ -499,6 +499,14 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN
|
||||
static Ptr<PowerLayer> create(const LayerParams ¶ms);
|
||||
};
|
||||
|
||||
class CV_EXPORTS ExpLayer : public ActivationLayer
|
||||
{
|
||||
public:
|
||||
float base, scale, shift;
|
||||
|
||||
static Ptr<ExpLayer> create(const LayerParams ¶ms);
|
||||
};
|
||||
|
||||
/* Layers used in semantic segmentation */
|
||||
|
||||
class CV_EXPORTS CropLayer : public Layer
|
||||
|
||||
Reference in New Issue
Block a user