1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

tile impl

This commit is contained in:
fengyuentau
2022-11-15 14:29:30 +08:00
parent 2aad039b4f
commit 441624a5fb
5 changed files with 187 additions and 0 deletions
@@ -1079,6 +1079,12 @@ CV__DNN_INLINE_NS_BEGIN
static Ptr<ScatterNDLayer> create(const LayerParams& params);
};
class CV_EXPORTS TileLayer : public Layer
{
public:
static Ptr<TileLayer> create(const LayerParams& params);
};
//! @}
//! @}
CV__DNN_INLINE_NS_END