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 6ebe720 [Scala/Java] Remove unnecessary data slicing (#17544)
add 064decf [Numpy] Where operator scalar version (#17249)
No new revisions were added by this update.
Summary of changes:
python/mxnet/ndarray/numpy/_op.py | 29 +++++-
python/mxnet/numpy/multiarray.py | 2 +-
python/mxnet/symbol/numpy/_symbol.py | 17 +++-
src/operator/numpy/np_where_op-inl.h | 186 ++++++++++++++++++++++++++++++++++-
src/operator/numpy/np_where_op.cc | 146 +++++++++++++++++++++++++++
src/operator/numpy/np_where_op.cu | 15 +++
6 files changed, 389 insertions(+), 6 deletions(-)