mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
dnn: preserve name, type strings for ShuffleLayer
This commit is contained in:
parent
0bb2c115aa
commit
a7b502f04a
@ -14,6 +14,7 @@ public:
|
||||
ShuffleChannelLayerImpl(const LayerParams& params)
|
||||
{
|
||||
group = params.get<int>("group", 1);
|
||||
setParamsFrom(params);
|
||||
}
|
||||
|
||||
bool getMemoryShapes(const std::vector<MatShape> &inputs,
|
||||
|
Loading…
Reference in New Issue
Block a user