mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-07 20:41:20 +08:00
* bfs with edges * dfs toy test case * clean up * style fix * bugfix * updating docs for bfs_edges and readouts
16 lines
228 B
ReStructuredText
16 lines
228 B
ReStructuredText
BatchedDGLGraph
|
|
===============
|
|
|
|
.. automodule:: dgl.batched_graph
|
|
.. autoclass:: BatchedDGLGraph
|
|
|
|
.. autosummary::
|
|
:toctree: ../../generated/
|
|
|
|
batch
|
|
unbatch
|
|
sum_nodes
|
|
sum_edges
|
|
mean_nodes
|
|
mean_edges
|