You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by re...@apache.org on 2019/12/07 06:14:27 UTC

[incubator-mxnet] branch master updated (f06fdf6 -> 82c34ee)

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 f06fdf6  [Gluon] Update contrib.Estimator LoggingHandler to support logging per batch interval (#16922)
     add 82c34ee  boolean_mask_assign with start_axis (#16886)

No new revisions were added by this update.

Summary of changes:
 src/common/utils.h                           | 17 +++++--
 src/operator/numpy/np_boolean_mask_assign.cc | 75 ++++++++++++++++++++++------
 src/operator/numpy/np_boolean_mask_assign.cu | 51 ++++++++++++++-----
 tests/python/unittest/test_numpy_op.py       | 58 +++++++++++++++++----
 4 files changed, 159 insertions(+), 42 deletions(-)