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 2021/10/25 14:39:50 UTC

[GitHub] [incubator-mxnet] bartekkuncer commented on a change in pull request #20699: Piotrwolinski/merge adaptive pooling operator

bartekkuncer commented on a change in pull request #20699:
URL: https://github.com/apache/incubator-mxnet/pull/20699#discussion_r735669754



##########
File path: src/operator/nn/mkldnn/mkldnn_pooling-inl.h
##########
@@ -87,6 +87,26 @@ class MKLDNNPoolingBwd {
   const mkldnn::pooling_backward::primitive_desc& GetPd();
 };
 
+template <typename T = mkldnn::memory::dims>
+void useAdaptivePaddingKernel(T* kernel,

Review comment:
       UseAdaptivePaddingKernel




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org