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

add Gather implementation

This commit is contained in:
Egor Smirnov
2022-03-16 18:41:39 +03:00
committed by rogday
parent 448e3a7e58
commit 65f71ce2eb
5 changed files with 149 additions and 70 deletions
@@ -301,6 +301,14 @@ CV__DNN_INLINE_NS_BEGIN
static Ptr<ArgLayer> create(const LayerParams& params);
};
/** @brief Gather layer
*/
class CV_EXPORTS GatherLayer : public Layer
{
public:
static Ptr<GatherLayer> create(const LayerParams& params);
};
class CV_EXPORTS PoolingLayer : public Layer
{
public: