mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
tile impl
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user