[incubator-mxnet] branch master updated (b1932c0 -> 06438ab)

2019-10-15 Thread ptrendx
This is an automated email from the ASF dual-hosted git repository.

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


from b1932c0  Move MRCNNMaskTarget op to contrib (#16486)
 add 06438ab  Mxnet allclose (#14443)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/test_utils.py| 188 ++--
 src/operator/contrib/allclose_op-inl.h| 160 +++
 src/operator/contrib/allclose_op.cc   |  86 
 src/operator/contrib/allclose_op.cu   |  58 +++
 tests/python-pytest/onnx/mxnet_export_test.py |   2 +-
 tests/python/gpu/test_gluon_gpu.py| 136 --
 tests/python/gpu/test_gluon_model_zoo_gpu.py  |  14 +-
 tests/python/gpu/test_operator_gpu.py |  59 ++-
 tests/python/mkl/test_mkldnn.py   |  12 +-
 tests/python/unittest/test_gluon_contrib.py   |  21 +-
 tests/python/unittest/test_loss.py|  31 +-
 tests/python/unittest/test_ndarray.py |  27 +-
 tests/python/unittest/test_operator.py| 663 +++---
 tests/python/unittest/test_random.py  |  16 +-
 tests/python/unittest/test_sparse_operator.py |   4 +-
 tests/python/unittest/test_subgraph.py|   7 -
 16 files changed, 938 insertions(+), 546 deletions(-)
 create mode 100644 src/operator/contrib/allclose_op-inl.h
 create mode 100644 src/operator/contrib/allclose_op.cc
 create mode 100644 src/operator/contrib/allclose_op.cu



[incubator-mxnet] branch master updated (b1932c0 -> 06438ab)

2019-10-15 Thread ptrendx
This is an automated email from the ASF dual-hosted git repository.

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


from b1932c0  Move MRCNNMaskTarget op to contrib (#16486)
 add 06438ab  Mxnet allclose (#14443)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/test_utils.py| 188 ++--
 src/operator/contrib/allclose_op-inl.h| 160 +++
 src/operator/contrib/allclose_op.cc   |  86 
 src/operator/contrib/allclose_op.cu   |  58 +++
 tests/python-pytest/onnx/mxnet_export_test.py |   2 +-
 tests/python/gpu/test_gluon_gpu.py| 136 --
 tests/python/gpu/test_gluon_model_zoo_gpu.py  |  14 +-
 tests/python/gpu/test_operator_gpu.py |  59 ++-
 tests/python/mkl/test_mkldnn.py   |  12 +-
 tests/python/unittest/test_gluon_contrib.py   |  21 +-
 tests/python/unittest/test_loss.py|  31 +-
 tests/python/unittest/test_ndarray.py |  27 +-
 tests/python/unittest/test_operator.py| 663 +++---
 tests/python/unittest/test_random.py  |  16 +-
 tests/python/unittest/test_sparse_operator.py |   4 +-
 tests/python/unittest/test_subgraph.py|   7 -
 16 files changed, 938 insertions(+), 546 deletions(-)
 create mode 100644 src/operator/contrib/allclose_op-inl.h
 create mode 100644 src/operator/contrib/allclose_op.cc
 create mode 100644 src/operator/contrib/allclose_op.cu