DGL
0.2.x
Get Started
Install DGL
DGL at a Glance
DGL Basics
PageRank with DGL Message Passing
Batched Graph Classification with DGL
Model Tutorials
Model overview
Graph Neural Network and its variant
Dealing with many small graphs
Generative models
Old (new) wines in new bottle
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
dgl.udf.EdgeBatch.src
dgl.udf.EdgeBatch.dst
dgl.udf.EdgeBatch.data
dgl.udf.EdgeBatch.edges
dgl.udf.EdgeBatch.batch_size
dgl.udf.EdgeBatch.__len__
NodeBatch
Graph samplers
Dataset
Transform – Graph Transformation
dgl.nn
DGLSubGraph – Class for subgraph data structure
Notes
Contribute to DGL
FAQ
Environment Variables
Resources
DGL
Docs
»
API Reference
»
User-defined function related data structures
»
dgl.udf.EdgeBatch.data
Edit on GitHub
dgl.udf.EdgeBatch.data
¶
EdgeBatch.
data
¶
Return the edge feature data.
Returns:
Features of the edges.
Return type:
dict with str keys and tensor values
Read the Docs
v: 0.2.x
Versions
latest
0.2.x
0.1.x
Downloads
On Read the Docs
Project Home
Builds
Free document hosting provided by
Read the Docs
.