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

Function create_random_graph

tests/distributed/utils.py:61–62  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

59
60
61def create_random_graph(n):
62 return dgl.rand_graph(n, int(n * n * 0.001))

Callers 10

setup_moduleFunction · 0.90
check_server_clientFunction · 0.90
test_standaloneFunction · 0.90
test_standalone_node_embFunction · 0.90
test_splitFunction · 0.90
test_split_evenFunction · 0.90

Calls

no outgoing calls

Tested by 10

setup_moduleFunction · 0.72
check_server_clientFunction · 0.72
test_standaloneFunction · 0.72
test_standalone_node_embFunction · 0.72
test_splitFunction · 0.72
test_split_evenFunction · 0.72