DGL
0.1.x
Get Started
Install DGL
Tutorials
Basic Tutorials
Graph-based Neural Network Models
API Reference
API Reference
DGLGraph – Graph with node/edge features
Feature Initializer
BatchedDGLGraph – Enable batched graph operations
Builtin functions
Graph Traversal
Message Propagation
User-defined function related data structures
EdgeBatch
NodeBatch
dgl.udf.NodeBatch.data
dgl.udf.NodeBatch.mailbox
dgl.udf.NodeBatch.nodes
dgl.udf.NodeBatch.batch_size
dgl.udf.NodeBatch.__len__
Graph samplers
Dataset
FAQ
Environment Variables
DGL
Docs
»
API Reference
»
User-defined function related data structures
»
dgl.udf.NodeBatch.data
Edit on GitHub
dgl.udf.NodeBatch.data
¶
NodeBatch.
data
¶
Return the node feature data.
Returns:
Features of the nodes.
Return type:
dict with str keys and tensor values
Read the Docs
v: 0.1.x
Versions
latest
0.1.x
Downloads
On Read the Docs
Project Home
Builds
Free document hosting provided by
Read the Docs
.