MCPcopy
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

injectionMethod · 0.45
evaluateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected