mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Merge pull request #9517 from dkurt:tf_mobilenet
This commit is contained in:
@@ -359,6 +359,12 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN
|
||||
static Ptr<ReLULayer> create(const LayerParams ¶ms);
|
||||
};
|
||||
|
||||
class CV_EXPORTS ReLU6Layer : public ActivationLayer
|
||||
{
|
||||
public:
|
||||
static Ptr<ReLU6Layer> create(const LayerParams ¶ms);
|
||||
};
|
||||
|
||||
class CV_EXPORTS ChannelsPReLULayer : public ActivationLayer
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user