You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by bg...@apache.org on 2022/03/02 10:33:09 UTC

[incubator-mxnet] branch master updated (188d7b6 -> 8069a18)

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

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


    from 188d7b6  [master] Implemented oneDNN Backward Adaptive Pooling kernel  (#20825)
     add 8069a18  [master] Fix issue with even number of channels in BatchNorm (#20907)

No new revisions were added by this update.

Summary of changes:
 src/operator/contrib/batch_norm_relu.cc    |  6 ++---
 src/operator/nn/batch_norm.cc              |  6 ++---
 src/operator/nn/dnnl/dnnl_batch_norm-inl.h | 42 +++++++++++++++++++++---------
 3 files changed, 34 insertions(+), 20 deletions(-)