You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ak...@apache.org on 2021/08/12 08:11:11 UTC

[incubator-mxnet] branch v1.x updated (9417bbd -> c20aea0)

This is an automated email from the ASF dual-hosted git repository.

akarbown pushed a change to branch v1.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from 9417bbd  [v1.x]Update git repo reference (#20510)
     add c20aea0  [FEATURE] OneDNN adaptive pooling support was added to mxnet. (#19896)

No new revisions were added by this update.

Summary of changes:
 src/operator/contrib/adaptive_avg_pooling-inl.h    |  18 ++-
 src/operator/contrib/adaptive_avg_pooling.cc       |  94 ++++++++++++-
 .../nn/mkldnn/mkldnn_adaptive_pooling-inl.h        | 155 +++++++++++++++++++++
 src/operator/nn/mkldnn/mkldnn_adaptive_pooling.cc  |  97 +++++++++++++
 4 files changed, 360 insertions(+), 4 deletions(-)
 create mode 100644 src/operator/nn/mkldnn/mkldnn_adaptive_pooling-inl.h
 create mode 100644 src/operator/nn/mkldnn/mkldnn_adaptive_pooling.cc