You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by sx...@apache.org on 2019/09/16 13:30:55 UTC

[incubator-mxnet] branch master updated (18d145c -> 5ed5689)

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

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


    from 18d145c  use 1E-4 in groupnorm test(#16169)
     add 5ed5689  numpy operator ravel, derive from reshape (#16016)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/_op.py      | 56 +++++++++++++++++++++++++++++++++-
 python/mxnet/numpy/multiarray.py       | 49 ++++++++++++++++++++++++++++-
 python/mxnet/symbol/numpy/_symbol.py   | 42 ++++++++++++++++++++++++-
 src/operator/numpy/np_matrix_op.cc     |  1 +
 tests/python/unittest/test_numpy_op.py | 33 ++++++++++++++++++++
 5 files changed, 178 insertions(+), 3 deletions(-)