dnn: preserve name, type strings for ShuffleLayer

This commit is contained in:
berak 2018-07-11 08:19:23 +02:00
parent 0bb2c115aa
commit a7b502f04a

View File

@ -14,6 +14,7 @@ public:
ShuffleChannelLayerImpl(const LayerParams& params)
{
group = params.get<int>("group", 1);
setParamsFrom(params);
}
bool getMemoryShapes(const std::vector<MatShape> &inputs,