You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2020/08/21 21:01:26 UTC

[incubator-mxnet] branch master updated (9bdd4d6 -> 4a7282f)

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

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


    from 9bdd4d6  fix #18927 (#18972)
     add 4a7282f  fix #18933 (#18974)

No new revisions were added by this update.

Summary of changes:
 src/operator/contrib/bounding_box-inl.h |   6 +
 src/operator/instance_norm-inl.h        | 364 ++++++++++++++------------------
 src/operator/instance_norm.cc           |  85 ++++++--
 src/operator/instance_norm.cu           |  10 +-
 tests/python/unittest/test_smoke.py     |  39 +++-
 5 files changed, 266 insertions(+), 238 deletions(-)