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 b7cca01  [MXNET-895] ONNX import/export: TopK (#13627)
     add 61f3dbc  numpy-compatible cumsum upstream (#15924)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/_numpy_op_doc.py                      |  51 ++++++
 src/operator/numpy/np_cumsum-inl.h                 | 188 +++++++++++++++++++++
 src/operator/numpy/np_cumsum.cc                    |  94 +++++++++++
 .../{random/np_uniform_op.cu => np_cumsum.cu}      |  14 +-
 tests/python/unittest/test_numpy_op.py             |  43 ++++-
 5 files changed, 383 insertions(+), 7 deletions(-)
 create mode 100644 src/operator/numpy/np_cumsum-inl.h
 create mode 100644 src/operator/numpy/np_cumsum.cc
 copy src/operator/numpy/{random/np_uniform_op.cu => np_cumsum.cu} (74%)

Reply via email to