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/10/18 01:24:17 UTC

[incubator-mxnet] branch master updated (e4f8c50 -> f6cfbdf)

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 e4f8c50  [MKLDNN] Fix uint quantized fc when not fusing with requantize (#16523)
     add f6cfbdf  improve unary and binary operator handling and refactor tests (#16423)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/_op.py                  | 358 +++++++++++----
 python/mxnet/numpy/multiarray.py                   | 347 ++++++++++----
 python/mxnet/symbol/numpy/_symbol.py               | 233 +++++++---
 python/mxnet/util.py                               | 106 +++++
 src/operator/numpy/np_elemwise_broadcast_op.cc     |   2 +
 .../tensor/elemwise_binary_broadcast_op-inl.cuh    |  18 +-
 tests/python/unittest/test_numpy_op.py             | 506 ++++++---------------
 7 files changed, 979 insertions(+), 591 deletions(-)