mirror of
https://github.com/opencv/opencv.git
synced 2026-07-28 23:03:03 +04:00
MVN layer using Intel's Inference Engine backend
This commit is contained in:
@@ -296,6 +296,9 @@ public:
|
||||
|
||||
bool setActivation(const Ptr<ActivationLayer>& layer) CV_OVERRIDE
|
||||
{
|
||||
if (!activ.empty() && !layer.empty())
|
||||
return false;
|
||||
|
||||
activ = layer;
|
||||
if (activ.empty())
|
||||
reluslope.clear();
|
||||
|
||||
Reference in New Issue
Block a user