Get Started
Model Tutorials
API Reference
Notes
DGLGraph.
edata
Return the data view of all the edges.
DGLGraph.data is an abbreviation of DGLGraph.edges[:].data
See also
dgl.DGLGraph.edges