[incubator-mxnet] branch master updated (d9fc74e -> 48dea6e)

2020-05-22 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository.

liuyizhi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


from d9fc74e  Fix FInferShape for some ops to support partial type 
inference (#18348)
 add 48dea6e  Fix binary scalar dtype and add bool support (#18277)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/symbol/numpy/_symbol.py   |   8 +-
 src/api/operator/ufunc_helper.cc   |  64 -
 src/operator/contrib/gradient_multiplier_op.cc |   6 +-
 .../numpy/np_elemwise_broadcast_logic_op.cc|  18 +--
 src/operator/numpy/np_elemwise_broadcast_op.cc |  30 ++---
 src/operator/numpy/np_elemwise_broadcast_op.h  |  10 --
 .../numpy/np_elemwise_broadcast_op_extended.cc |  68 +-
 .../numpy/np_elemwise_broadcast_op_extended_sec.cc |  44 +++
 src/operator/numpy/np_matrix_op-inl.h  |   4 +-
 src/operator/numpy/np_true_divide-inl.h|   3 +-
 src/operator/numpy/np_true_divide.cc   |  12 +-
 src/operator/tensor/elemwise_binary_scalar_op.h| 123 +
 .../tensor/elemwise_binary_scalar_op_basic.cc  |  49 +++
 .../tensor/elemwise_binary_scalar_op_extended.cc   |  36 ++---
 .../tensor/elemwise_binary_scalar_op_logic.cc  |   3 +-
 tests/python/unittest/test_higher_order_grad.py|   6 +
 tests/python/unittest/test_numpy_op.py | 145 +++--
 tests/python/unittest/test_symbol.py   |   2 -
 18 files changed, 397 insertions(+), 234 deletions(-)



[incubator-mxnet] branch master updated (d9fc74e -> 48dea6e)

2020-05-22 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository.

liuyizhi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


from d9fc74e  Fix FInferShape for some ops to support partial type 
inference (#18348)
 add 48dea6e  Fix binary scalar dtype and add bool support (#18277)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/symbol/numpy/_symbol.py   |   8 +-
 src/api/operator/ufunc_helper.cc   |  64 -
 src/operator/contrib/gradient_multiplier_op.cc |   6 +-
 .../numpy/np_elemwise_broadcast_logic_op.cc|  18 +--
 src/operator/numpy/np_elemwise_broadcast_op.cc |  30 ++---
 src/operator/numpy/np_elemwise_broadcast_op.h  |  10 --
 .../numpy/np_elemwise_broadcast_op_extended.cc |  68 +-
 .../numpy/np_elemwise_broadcast_op_extended_sec.cc |  44 +++
 src/operator/numpy/np_matrix_op-inl.h  |   4 +-
 src/operator/numpy/np_true_divide-inl.h|   3 +-
 src/operator/numpy/np_true_divide.cc   |  12 +-
 src/operator/tensor/elemwise_binary_scalar_op.h| 123 +
 .../tensor/elemwise_binary_scalar_op_basic.cc  |  49 +++
 .../tensor/elemwise_binary_scalar_op_extended.cc   |  36 ++---
 .../tensor/elemwise_binary_scalar_op_logic.cc  |   3 +-
 tests/python/unittest/test_higher_order_grad.py|   6 +
 tests/python/unittest/test_numpy_op.py | 145 +++--
 tests/python/unittest/test_symbol.py   |   2 -
 18 files changed, 397 insertions(+), 234 deletions(-)