Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
networkx2tensor
Function · 0.45
networkxbipartite2tensors
Function · 0.45
sample
Method · 0.45
edge_sampler
Method · 0.45
_sample_neighbors_dgl
Function · 0.45
_sample_etype_neighbors_dgl
Function · 0.45
_in_subgraph
Function · 0.45
_frontier_to_heterogeneous_graph
Function · 0.45
_set_trainer_ids
Function · 0.45
process
Method · 0.45
process
Method · 0.45
process
Method · 0.45
Calls
1
HeteroEdgeView
Class · 0.70
Tested by
no test coverage detected