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

Method edges

python/dgl/distributed/dist_graph.py:902–904  ·  view source on GitHub ↗

Return an edge view

(self)

Source from the content-addressed store, hash-verified

900
901 @property
902 def edges(self):
903 """Return an edge view"""
904 return HeteroEdgeView(self)
905
906 @property
907 def ndata(self):

Callers 15

networkx2tensorFunction · 0.45
sampleMethod · 0.45
edge_samplerMethod · 0.45
_sample_neighbors_dglFunction · 0.45
_in_subgraphFunction · 0.45
_set_trainer_idsFunction · 0.45
processMethod · 0.45
processMethod · 0.45
processMethod · 0.45

Calls 1

HeteroEdgeViewClass · 0.70

Tested by

no test coverage detected