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 b7d1c69  [Numpy] add new ffi for np.linalg.norm (#18066)
     add cf93bdc  [Numpy] New FFIs for Operator: tile, trace, transpose (#18017)

No new revisions were added by this update.

Summary of changes:
 benchmark/python/ffi/benchmark_ffi.py              |   3 +
 python/mxnet/_numpy_op_doc.py                      |  90 +----------------
 python/mxnet/ndarray/numpy/_op.py                  | 101 ++++++++++++++++++-
 python/mxnet/numpy/multiarray.py                   | 107 +++++++++++++++++++--
 python/mxnet/symbol/numpy/_symbol.py               |  59 +++++++++++-
 src/api/operator/numpy/np_matrix_op.cc             |  29 +++++-
 .../numpy/{np_matmul_op.cc => np_trace_op.cc}      |  29 +++---
 src/api/operator/tensor/matrix_op.cc               |  25 ++++-
 src/operator/numpy/np_matrix_op-inl.h              |   5 +
 src/operator/numpy/np_matrix_op.cc                 |   6 +-
 src/operator/numpy/np_matrix_op.cu                 |   2 +-
 src/operator/numpy/np_trace_op-inl.h               |  10 ++
 src/operator/numpy/np_trace_op.cc                  |   6 +-
 src/operator/numpy/np_trace_op.cu                  |   4 +-
 src/operator/tensor/matrix_op-inl.h                |   5 +
 15 files changed, 351 insertions(+), 130 deletions(-)
 copy src/api/operator/numpy/{np_matmul_op.cc => np_trace_op.cc} (70%)

Reply via email to