This is an automated email from the ASF dual-hosted git repository.
reminisce pushed a change to branch numpy
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 517451b [WIP][numpy] Fix for D2L Chapters 2/3/4 (#15139)
add df47457 [numpy] Fix d2l performance regression (#15173)
No new revisions were added by this update.
Summary of changes:
python/mxnet/gluon/data/vision/transforms.py | 8 ++---
python/mxnet/gluon/loss.py | 50 +++++++++++++-------------
python/mxnet/gluon/nn/activations.py | 8 ++---
python/mxnet/gluon/nn/basic_layers.py | 23 +++++++-----
python/mxnet/gluon/utils.py | 38 ++++++++++++++++----
python/mxnet/ndarray/ndarray.py | 4 +--
python/mxnet/ndarray/register.py | 32 ++++++++---------
python/mxnet/numpy/multiarray.py | 50 ++++++++++++--------------
python/mxnet/numpy_extension/__init__.py | 1 -
python/mxnet/optimizer/optimizer.py | 4 +--
python/mxnet/symbol/numpy/_symbol.py | 2 +-
python/mxnet/symbol/register.py | 18 +++++-----
python/mxnet/symbol/symbol.py | 2 +-
python/mxnet/test_utils.py | 2 +-
python/mxnet/util.py | 8 +++++
src/operator/numpy/np_matrix_op.cu | 3 ++
src/operator/tensor/elemwise_unary_op_basic.cc | 1 +
src/operator/tensor/matrix_op.cc | 1 +
tests/python/unittest/test_numpy_ndarray.py | 21 ++++++-----
tests/python/unittest/test_numpy_op.py | 25 ++++++++++---
20 files changed, 174 insertions(+), 127 deletions(-)