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/17 16:37:46 UTC

[incubator-mxnet] branch master updated (1368a08 -> 796fa50)

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 1368a08  CI: switch to patched ccache 3 version (#17853)
     add 796fa50  * impl - FFI for np_where_op (#17817)

No new revisions were added by this update.

Summary of changes:
 benchmark/python/ffi/benchmark_ffi.py              |   2 +
 python/mxnet/ndarray/numpy/_op.py                  |  15 +--
 ...np_elemwise_broadcast_op.cc => np_memory_op.cc} |  18 ++--
 src/api/operator/numpy/np_where_op.cc              | 101 +++++++++++++++++++++
 src/operator/numpy/np_where_op-inl.h               |  12 +++
 5 files changed, 129 insertions(+), 19 deletions(-)
 copy src/api/operator/numpy/{np_elemwise_broadcast_op.cc => np_memory_op.cc} (70%)
 create mode 100644 src/api/operator/numpy/np_where_op.cc