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