Merge remote-tracking branch 'upstream/3.4' into merge-3.4

This commit is contained in:
Alexander Alekhin
2021-12-03 12:32:49 +00:00
89 changed files with 1116 additions and 542 deletions
@@ -545,6 +545,8 @@ CV__DNN_INLINE_NS_BEGIN
class CV_EXPORTS ELULayer : public ActivationLayer
{
public:
float alpha;
static Ptr<ELULayer> create(const LayerParams &params);
};