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