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

Merge pull request #10585 from dkurt:dnn_weightless_scale

This commit is contained in:
Alexander Alekhin
2018-01-15 06:07:50 +00:00
5 changed files with 137 additions and 24 deletions
@@ -490,6 +490,7 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN
{
public:
bool hasBias;
int axis;
static Ptr<ScaleLayer> create(const LayerParams& params);
};