1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

MVN layer using Intel's Inference Engine backend

This commit is contained in:
Dmitry Kurtaev
2018-08-02 16:36:15 +03:00
parent 47e3e89e30
commit be08730cd6
8 changed files with 118 additions and 46 deletions
@@ -489,7 +489,7 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN
static Ptr<EltwiseLayer> create(const LayerParams &params);
};
class CV_EXPORTS BatchNormLayer : public Layer
class CV_EXPORTS BatchNormLayer : public ActivationLayer
{
public:
bool hasWeights, hasBias;