You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ha...@apache.org on 2020/04/02 04:06:31 UTC

[incubator-mxnet] branch master updated (56e7985 -> 08528c5)

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

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


    from 56e7985  * impl - FFI for np einsum (#17869)
     add 08528c5  [numpy] add op median (#17084)

No new revisions were added by this update.

Summary of changes:
 3rdparty/mkldnn                                    |  2 +-
 python/mxnet/ndarray/numpy/_op.py                  | 51 +++++++++++++++++++++-
 python/mxnet/numpy/multiarray.py                   | 51 +++++++++++++++++++++-
 python/mxnet/numpy_dispatch_protocol.py            |  1 +
 python/mxnet/symbol/numpy/_symbol.py               | 39 ++++++++++++++++-
 .../python/unittest/test_numpy_interoperability.py |  9 ++++
 tests/python/unittest/test_numpy_op.py             | 40 +++++++++++++++++
 7 files changed, 189 insertions(+), 4 deletions(-)