[incubator-mxnet] branch master updated (d97dead -> 178b98e)

2020-04-08 Thread haoj
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 d97dead  [Numpy] allow mix integer dtypes for power/add/multiply 
(#17921)
 add 178b98e  [Numpy] OP_interp (#17793)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/_op.py  |  82 +-
 python/mxnet/numpy/fallback.py |   2 -
 python/mxnet/numpy/multiarray.py   |  79 +-
 python/mxnet/numpy_dispatch_protocol.py|   1 +
 python/mxnet/symbol/numpy/_symbol.py   |  55 +++-
 .../numpy/{np_bincount_op.cc => np_interp_op.cc}   |  61 +++--
 src/operator/numpy/np_interp_op-inl.h  | 286 +
 src/operator/numpy/np_interp_op.cc |  92 +++
 .../{batch_norm_v1.cu => numpy/np_interp_op.cu}|  18 +-
 .../python/unittest/test_numpy_interoperability.py |  33 +++
 tests/python/unittest/test_numpy_op.py |  67 +
 11 files changed, 738 insertions(+), 38 deletions(-)
 copy src/api/operator/numpy/{np_bincount_op.cc => np_interp_op.cc} (55%)
 create mode 100644 src/operator/numpy/np_interp_op-inl.h
 create mode 100644 src/operator/numpy/np_interp_op.cc
 copy src/operator/{batch_norm_v1.cu => numpy/np_interp_op.cu} (77%)



[incubator-mxnet] branch master updated (d97dead -> 178b98e)

2020-04-08 Thread haoj
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 d97dead  [Numpy] allow mix integer dtypes for power/add/multiply 
(#17921)
 add 178b98e  [Numpy] OP_interp (#17793)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/_op.py  |  82 +-
 python/mxnet/numpy/fallback.py |   2 -
 python/mxnet/numpy/multiarray.py   |  79 +-
 python/mxnet/numpy_dispatch_protocol.py|   1 +
 python/mxnet/symbol/numpy/_symbol.py   |  55 +++-
 .../numpy/{np_bincount_op.cc => np_interp_op.cc}   |  61 +++--
 src/operator/numpy/np_interp_op-inl.h  | 286 +
 src/operator/numpy/np_interp_op.cc |  92 +++
 .../{batch_norm_v1.cu => numpy/np_interp_op.cu}|  18 +-
 .../python/unittest/test_numpy_interoperability.py |  33 +++
 tests/python/unittest/test_numpy_op.py |  67 +
 11 files changed, 738 insertions(+), 38 deletions(-)
 copy src/api/operator/numpy/{np_bincount_op.cc => np_interp_op.cc} (55%)
 create mode 100644 src/operator/numpy/np_interp_op-inl.h
 create mode 100644 src/operator/numpy/np_interp_op.cc
 copy src/operator/{batch_norm_v1.cu => numpy/np_interp_op.cu} (77%)



[incubator-mxnet] branch master updated (d97dead -> 178b98e)

2020-04-08 Thread haoj
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 d97dead  [Numpy] allow mix integer dtypes for power/add/multiply 
(#17921)
 add 178b98e  [Numpy] OP_interp (#17793)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/_op.py  |  82 +-
 python/mxnet/numpy/fallback.py |   2 -
 python/mxnet/numpy/multiarray.py   |  79 +-
 python/mxnet/numpy_dispatch_protocol.py|   1 +
 python/mxnet/symbol/numpy/_symbol.py   |  55 +++-
 .../numpy/{np_bincount_op.cc => np_interp_op.cc}   |  61 +++--
 src/operator/numpy/np_interp_op-inl.h  | 286 +
 src/operator/numpy/np_interp_op.cc |  92 +++
 .../{batch_norm_v1.cu => numpy/np_interp_op.cu}|  18 +-
 .../python/unittest/test_numpy_interoperability.py |  33 +++
 tests/python/unittest/test_numpy_op.py |  67 +
 11 files changed, 738 insertions(+), 38 deletions(-)
 copy src/api/operator/numpy/{np_bincount_op.cc => np_interp_op.cc} (55%)
 create mode 100644 src/operator/numpy/np_interp_op-inl.h
 create mode 100644 src/operator/numpy/np_interp_op.cc
 copy src/operator/{batch_norm_v1.cu => numpy/np_interp_op.cu} (77%)