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/01/13 20:51:34 UTC

[incubator-mxnet] branch master updated (28e053e -> 461f167)

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 28e053e  [Numpy] Add infra for performing constraint check (#17272)
     add 461f167  porting numpy-compatible hstack to master and add dstack for interoperability (#17030)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/_op.py                  | 42 +++++++++-
 python/mxnet/numpy/multiarray.py                   | 41 +++++++++-
 python/mxnet/numpy_dispatch_protocol.py            |  2 +
 python/mxnet/symbol/numpy/_symbol.py               | 42 +++++++++-
 src/operator/nn/concat-inl.h                       | 44 +++++++++++
 src/operator/numpy/np_matrix_op.cc                 | 91 ++++++++++++++++++++++
 src/operator/numpy/np_matrix_op.cu                 |  6 ++
 .../python/unittest/test_numpy_interoperability.py | 14 ++++
 tests/python/unittest/test_numpy_op.py             | 64 +++++++++++++++
 9 files changed, 343 insertions(+), 3 deletions(-)