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/04/23 08:25:25 UTC

[GitHub] [incubator-mxnet] mozga-intel commented on a change in pull request #19896: [FEATURE] OneDNN adaptive pooling support was added to mxnet.

mozga-intel commented on a change in pull request #19896:
URL: https://github.com/apache/incubator-mxnet/pull/19896#discussion_r619036093



##########
File path: src/operator/contrib/adaptive_avg_pooling-inl.h
##########
@@ -156,5 +161,13 @@ MSHADOW_XINLINE int get_stride(Tensor<xpu, Dim, DType> tensor, int idx) {
 
 }  // namespace op
 }  // namespace mxnet
-
+namespace std {
+template <>
+struct hash<mxnet::op::AdaptiveAvgPoolParam> {

Review comment:
       This function returns "pointer"  at a tuple.  This comment seems to be unnecessary. Done




-- 
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.

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