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/19 15:22:07 UTC

[incubator-mxnet] branch master updated (9fecfbb -> b583059)

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 9fecfbb  Add test pipeline for USE_TVM_OP=OFF on Unix (#16450)
     add b583059  Numpy dispatch test of ...... (#16422)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/_op.py                  |  44 +-
 python/mxnet/numpy/multiarray.py                   |  31 +-
 python/mxnet/numpy/utils.py                        |   4 +-
 python/mxnet/numpy_dispatch_protocol.py            |  15 +-
 python/mxnet/symbol/numpy/_symbol.py               |  14 +-
 .../python/unittest/test_numpy_interoperability.py | 577 +++++++++++++++++++--
 6 files changed, 629 insertions(+), 56 deletions(-)