Skip to content

Commit

Permalink
dnn: preserve name, type strings for ShuffleLayer
Browse files Browse the repository at this point in the history
  • Loading branch information
berak committed Jul 11, 2018
1 parent 0bb2c11 commit a7b502f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/dnn/src/layers/shuffle_channel_layer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class ShuffleChannelLayerImpl CV_FINAL : public ShuffleChannelLayer
ShuffleChannelLayerImpl(const LayerParams& params)
{
group = params.get<int>("group", 1);
setParamsFrom(params);
}

bool getMemoryShapes(const std::vector<MatShape> &inputs,
Expand Down

0 comments on commit a7b502f

Please sign in to comment.