MCPcopy
hub / github.com/dmlc/dgl / elist_input

Function elist_input

tests/python/common/test_heterograph-misc.py:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35
36
37def elist_input():
38 src, dst = edge_pair_input()
39 return list(zip(src, dst))
40
41
42def scipy_coo_input():

Callers 1

test_queryFunction · 0.85

Calls 1

edge_pair_inputFunction · 0.85

Tested by

no test coverage detected