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