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/18 07:15:17 UTC

[incubator-mxnet] branch master updated (dfb1b88 -> 2fae7e4)

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 dfb1b88  HybridBlock.export() to return created filenames (#17758)
     add 2fae7e4  add ffi for full_like, binary (#17811)

No new revisions were added by this update.

Summary of changes:
 benchmark/python/ffi/benchmark_ffi.py              | 16 ++++++
 python/mxnet/ndarray/numpy/_op.py                  | 57 +++++++++++++---------
 .../operator/numpy/np_broadcast_reduce_op_value.cc |  3 +-
 src/api/operator/numpy/np_diff_op.cc               |  3 +-
 src/api/operator/numpy/np_elemwise_broadcast_op.cc | 52 ++++++++++++++++++++
 src/api/operator/numpy/np_init_op.cc               | 33 +++++++++++++
 src/api/operator/numpy/np_matrix_op.cc             |  3 +-
 .../numpy/{np_memory_op.cc => np_nonzero_op.cc}    | 16 +++---
 src/api/operator/numpy/np_tril_op.cc               |  3 +-
 src/operator/tensor/init_op.h                      | 11 +++++
 10 files changed, 163 insertions(+), 34 deletions(-)
 copy src/api/operator/numpy/{np_memory_op.cc => np_nonzero_op.cc} (79%)