1
0
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:
Dmitry Kurtaev
2017-10-09 17:47:46 +03:00
parent bfb12acde6
commit eabf728682
5 changed files with 18 additions and 5 deletions
@@ -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