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

Method join

examples/distributed/graphsage/node_classification_unsupervised.py:107–109  ·  view source on GitHub ↗

dummy join for standalone

(self)

Source from the content-addressed store, hash-verified

105
106 @contextmanager
107 def join(self):
108 """dummy join for standalone"""
109 yield
110
111
112def load_subtensor(g, input_nodes, device):

Callers 15

runFunction · 0.45
runFunction · 0.45
get_datasetFunction · 0.45
trainFunction · 0.45
get_faster_rcnnFunction · 0.45
download_vgFunction · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36