You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ha...@apache.org on 2020/01/13 04:41:21 UTC

[incubator-mxnet] branch master updated (8accaca -> 28e053e)

This is an automated email from the ASF dual-hosted git repository.

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


    from 8accaca  Add TypeFlag=>string macro (#16881)
     add 28e053e  [Numpy] Add infra for performing constraint check (#17272)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/_numpy_op_doc.py                      | 39 +++++++++
 src/operator/numpy/np_constraint_check.cc          | 99 ++++++++++++++++++++++
 .../dist_common.cu => np_constraint_check.cu}      | 26 +++---
 src/operator/numpy/np_constraint_check.h           | 71 ++++++++++++++++
 tests/python/unittest/test_numpy_op.py             | 41 +++++++++
 5 files changed, 261 insertions(+), 15 deletions(-)
 create mode 100644 src/operator/numpy/np_constraint_check.cc
 copy src/operator/numpy/{random/dist_common.cu => np_constraint_check.cu} (61%)
 create mode 100644 src/operator/numpy/np_constraint_check.h