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 2018/11/24 01:18:38 UTC

[incubator-mxnet] branch master updated (aee0953 -> 388a5f4)

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

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


    from aee0953  Add utility slave (#13383)
     add 388a5f4  A few operators on graphs stored as CSR (#13290)

No new revisions were added by this update.

Summary of changes:
 docs/api/python/ndarray/contrib.md             |   1 +
 src/operator/contrib/dgl_graph.cc              | 464 +++++++++++++++++++++++++
 tests/python/unittest/test_contrib_operator.py |   1 +
 tests/python/unittest/test_dgl_graph.py        |  80 +++++
 4 files changed, 546 insertions(+)
 create mode 100644 src/operator/contrib/dgl_graph.cc
 create mode 100644 tests/python/unittest/test_dgl_graph.py