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/11 20:27:06 UTC

[incubator-mxnet] branch master updated (d8193c6 -> 7f5e687)

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 d8193c6  Update add_op_in_backend.md (#16403)
     add 7f5e687  numpy-compatible histogram (#16266)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/_op.py      | 49 +++++++++++++++++++++++++++++++++-
 python/mxnet/numpy/multiarray.py       | 34 ++++++++++++++++++++++-
 python/mxnet/symbol/numpy/_symbol.py   | 49 +++++++++++++++++++++++++++++++++-
 src/operator/tensor/histogram.cc       |  1 +
 tests/python/unittest/test_numpy_op.py | 17 ++++++++++++
 5 files changed, 147 insertions(+), 3 deletions(-)