Remove Shift deep learning layer

This commit is contained in:
Dmitry Kurtaev
2018-05-28 18:13:32 +03:00
parent 29421d7def
commit 2c3c59d018
4 changed files with 95 additions and 173 deletions
@@ -503,7 +503,7 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN
class CV_EXPORTS ShiftLayer : public Layer
{
public:
static Ptr<ShiftLayer> create(const LayerParams& params);
static Ptr<Layer> create(const LayerParams& params);
};
class CV_EXPORTS PriorBoxLayer : public Layer