This is an automated email from the ASF dual-hosted git repository.
reminisce pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from f619c52 Python 2 cleanup (#17583)
add 9ee4f04 Support broadcast assign for `npi_boolean_mask_assign_tensor`
(#17131)
No new revisions were added by this update.
Summary of changes:
python/mxnet/ndarray/ndarray.py | 5 +-
python/mxnet/numpy/multiarray.py | 4 +-
src/operator/numpy/np_boolean_mask_assign.cc | 68 +++++++++++++++++-----------
src/operator/numpy/np_boolean_mask_assign.cu | 36 ++++++++++-----
src/operator/tensor/indexing_op.cc | 4 +-
src/operator/tensor/indexing_op.cu | 4 +-
src/operator/tensor/init_op.h | 2 +-
tests/python/unittest/test_numpy_op.py | 21 ++++++---
8 files changed, 92 insertions(+), 52 deletions(-)