You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ha...@apache.org on 2020/03/25 17:33:00 UTC

[incubator-mxnet] branch master updated (d4052fd -> 56e7985)

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 d4052fd  [Numpy] FFI for diag/diagonal/diag_indices_from (#17789)
     add 56e7985  * impl - FFI for np einsum (#17869)

No new revisions were added by this update.

Summary of changes:
 benchmark/python/ffi/benchmark_ffi.py              |  3 ++
 python/mxnet/ndarray/numpy/_op.py                  | 11 ++---
 .../numpy/{np_cumsum.cc => np_einsum_op.cc}        | 56 ++++++++++++----------
 src/api/operator/numpy/np_matrix_op.cc             | 26 ++++++++++
 .../numpy/{np_cumsum.cc => np_unique_op.cc}        | 47 +++++++++---------
 src/operator/nn/concat-inl.h                       |  7 +++
 src/operator/numpy/np_einsum_op-inl.h              |  9 ++++
 src/operator/numpy/np_unique_op.h                  | 11 +++++
 tests/python/unittest/test_numpy_op.py             | 22 +++++++--
 9 files changed, 129 insertions(+), 63 deletions(-)
 copy src/api/operator/numpy/{np_cumsum.cc => np_einsum_op.cc} (58%)
 copy src/api/operator/numpy/{np_cumsum.cc => np_unique_op.cc} (61%)