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

Added support to clip layer

This commit is contained in:
Abhishek Gola
2025-08-01 16:59:27 +05:30
parent 3f1402e081
commit 094430c8f0
7 changed files with 182 additions and 36 deletions
@@ -1360,6 +1360,11 @@ CV__DNN_INLINE_NS_BEGIN
static Ptr<CastLayer> create(const LayerParams &params);
};
class CV_EXPORTS ClipLayer : public Layer {
public:
static Ptr<ClipLayer> create(const LayerParams &params);
};
class CV_EXPORTS DepthToSpaceLayer : public Layer {
public:
static Ptr<DepthToSpaceLayer> create(const LayerParams &params);