You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by re...@apache.org on 2019/10/26 07:44:01 UTC

[incubator-mxnet] branch master updated (8c44af4 -> e262455)

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

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


    from 8c44af4  [Gluon] Don't serialize shared parameters twice (#16582)
     add e262455  Fix index overflow bug in einsum (#16589)

No new revisions were added by this update.

Summary of changes:
 benchmark/python/einsum/benchmark_einsum.py        |   9 ++
 src/operator/mxnet_op.h                            |  12 ++
 src/operator/numpy/np_einsum_op-inl.h              | 170 ++++++++++-----------
 src/operator/numpy/np_einsum_op.cc                 |  11 ++
 src/operator/numpy/np_einsum_path_op-inl.h         | 114 +++++++-------
 .../python/unittest/test_numpy_interoperability.py |  34 +++++
 tests/python/unittest/test_numpy_op.py             |  33 ++--
 7 files changed, 226 insertions(+), 157 deletions(-)