MCPcopy Index your code
hub / github.com/dmlc/dgl / __call__

Method __call__

python/dgl/transforms/module.py:979–982  ·  view source on GitHub ↗
(self, g)

Source from the content-addressed store, hash-verified

977 self.backtracking = backtracking
978
979 def __call__(self, g):
980 return functional.line_graph(
981 g, backtracking=self.backtracking, shared=True
982 )
983
984
985class KHopGraph(BaseTransform):

Callers

nothing calls this directly

Calls 1

line_graphMethod · 0.80

Tested by

no test coverage detected