mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
PReLU layer from Caffe
This commit is contained in:
@@ -422,7 +422,7 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN
|
||||
class CV_EXPORTS ChannelsPReLULayer : public ActivationLayer
|
||||
{
|
||||
public:
|
||||
static Ptr<ChannelsPReLULayer> create(const LayerParams& params);
|
||||
static Ptr<Layer> create(const LayerParams& params);
|
||||
};
|
||||
|
||||
class CV_EXPORTS ELULayer : public ActivationLayer
|
||||
|
||||
Reference in New Issue
Block a user