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:
@@ -489,7 +489,7 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN
|
||||
static Ptr<EltwiseLayer> create(const LayerParams ¶ms);
|
||||
};
|
||||
|
||||
class CV_EXPORTS BatchNormLayer : public Layer
|
||||
class CV_EXPORTS BatchNormLayer : public ActivationLayer
|
||||
{
|
||||
public:
|
||||
bool hasWeights, hasBias;
|
||||
|
||||
Reference in New Issue
Block a user