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 cf42535  Enable MKL-DNN FullyConnected backward (#17318)
     add a11a9f9  [numpy] add fallback ops (#17609)

No new revisions were added by this update.

Summary of changes:
 include/mxnet/tensor_blob.h                        |   1 +
 python/mxnet/ndarray/ndarray.py                    |   8 +-
 python/mxnet/ndarray/numpy/_op.py                  |   6 +-
 python/mxnet/numpy/fallback.py                     | 168 +++++
 python/mxnet/numpy/fallback_linalg.py              |  10 +
 python/mxnet/numpy/multiarray.py                   | 114 ++-
 python/mxnet/numpy/utils.py                        |   6 +
 python/mxnet/symbol/numpy/_symbol.py               |  39 +-
 .../python/unittest/test_numpy_interoperability.py | 792 ++++++++++++++++++++-
 9 files changed, 1118 insertions(+), 26 deletions(-)

Reply via email to