Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
37
def
elist_input():
38
src, dst = edge_pair_input()
39
return
list(zip(src, dst))
40
41
42
def
scipy_coo_input():
Callers
1
test_query
Function · 0.85
Calls
1
edge_pair_input
Function · 0.85
Tested by
no test coverage detected