Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/THUDM/CogDL
/ shuffle
Method
shuffle
examples/VRGCN/dataloder.py:39–40 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
37
super(AdjSampler, self).__init__(self.dataset, *args, **kwargs)
38
39
def
shuffle(self):
40
self.dataset.shuffle()
41
42
def
_sparse_diagonal_value(self, adj):
43
row, col = adj.edge_index
Callers
2
injection
Method · 0.45
evaluate
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected