You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by re...@apache.org on 2019/09/22 16:40:28 UTC

[incubator-mxnet] branch master updated (da6e744 -> 53ebe12)

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 da6e744  add numpy compatible trace (#16008)
     add 53ebe12  add numpy op hanning, hamming, blackman (#15815)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/_op.py                  | 242 ++++++++++++++++++++-
 python/mxnet/numpy/multiarray.py                   | 236 +++++++++++++++++++-
 python/mxnet/symbol/numpy/_symbol.py               | 242 ++++++++++++++++++++-
 src/operator/numpy/np_window_op.cc                 |  79 +++++++
 ...roadcast_reduce_op_index.cu => np_window_op.cu} |  17 +-
 src/operator/numpy/np_window_op.h                  | 127 +++++++++++
 tests/python/unittest/test_numpy_op.py             |  48 +++-
 7 files changed, 977 insertions(+), 14 deletions(-)
 create mode 100644 src/operator/numpy/np_window_op.cc
 copy src/operator/numpy/{np_broadcast_reduce_op_index.cu => np_window_op.cu} (68%)
 create mode 100644 src/operator/numpy/np_window_op.h