Files
dgl/docs/source/api/python/batch.rst
Gan Quan d6c80e0cf7 [API] bfs with edges (#132)
* bfs with edges

* dfs toy test case

* clean up

* style fix

* bugfix

* updating docs for bfs_edges and readouts
2018-11-11 17:19:55 -05:00

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