Added exp layer
This commit is contained in:
@@ -499,6 +499,14 @@ CV__DNN_INLINE_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