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 3f7b6ee Improve quantization flow (#15961)
add 2d86c70 Port ops from np branch (#16018)
No new revisions were added by this update.
Summary of changes:
python/mxnet/ndarray/numpy/_op.py | 187 +++++++++++++++-
python/mxnet/ndarray/numpy/random.py | 52 ++++-
python/mxnet/numpy/multiarray.py | 187 +++++++++++++++-
python/mxnet/numpy/random.py | 38 +++-
python/mxnet/numpy_extension/__init__.py | 1 +
python/mxnet/numpy_extension/random.py | 74 +++++++
python/mxnet/symbol/numpy/_symbol.py | 131 ++++++++++-
python/mxnet/symbol/numpy/random.py | 52 ++++-
src/operator/numpy/np_broadcast_reduce_op_index.cc | 61 ++++++
.../np_broadcast_reduce_op_index.cu} | 19 +-
src/operator/numpy/np_elemwise_broadcast_op.cc | 74 -------
src/operator/numpy/np_elemwise_broadcast_op.cu | 12 --
src/operator/tensor/elemwise_binary_broadcast_op.h | 4 +
.../elemwise_binary_broadcast_op_extended.cc | 2 +
.../tensor/elemwise_binary_scalar_op_extended.cc | 6 +-
tests/python/unittest/test_numpy_op.py | 239 +++++++++++++++++++++
16 files changed, 1022 insertions(+), 117 deletions(-)
create mode 100644 python/mxnet/numpy_extension/random.py
create mode 100644 src/operator/numpy/np_broadcast_reduce_op_index.cc
copy src/operator/{contrib/fft.cu => numpy/np_broadcast_reduce_op_index.cu}
(74%)