You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/05/08 04:51:32 UTC

[GitHub] reminisce commented on a change in pull request #10780: [MXNET-375] Lp Pooling and Global Lp Pooling

reminisce commented on a change in pull request #10780: [MXNET-375] Lp Pooling and Global Lp Pooling
URL: https://github.com/apache/incubator-mxnet/pull/10780#discussion_r185549607
 
 

 ##########
 File path: src/operator/nn/pool.cuh
 ##########
 @@ -204,6 +205,38 @@ __global__ void pool_max_3d_gpu_kernel(const int nthreads, const DType* in_data,
   }
 }
 
+/*!
+ * \brief Helper function
+ */
 
 Review comment:
   Add comment stating that only supports p = 1, 2, 3.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services