ptrendx commented on a change in pull request #13362: Add NHWC layout support
to Pooling (cuDNN only)
URL: https://github.com/apache/incubator-mxnet/pull/13362#discussion_r239254766
##########
File path: src/operator/nn/pooling-inl.h
##########
@@ -53,6 +53,7 @@ struct PoolingParam : public dmlc::Parameter<PoolingParam> {
bool cudnn_off;
dmlc::optional<int> p_value;
dmlc::optional<bool> count_include_pad;
+ dmlc::optional<int> layout;
Review comment:
Convolutions already have it (layout parameter), batchnorm has notion of
axis as well.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services