Commit 999aba38 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #11936 from berak:dnn_shufflelayer_name

parents 82c7ab02 a7b502f0
......@@ -14,6 +14,7 @@ public:
ShuffleChannelLayerImpl(const LayerParams& params)
{
group = params.get<int>("group", 1);
setParamsFrom(params);
}
bool getMemoryShapes(const std::vector<MatShape> &inputs,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment