Commit 8dc6784b authored by Mufei Li's avatar Mufei Li Committed by Minjie Wang
Browse files

[Doc] docstring for BatchedDGLGraph + some fix (#184)

* Update doc

* Update batched_graph.py

* Fix

* Fix

* Fix

* Fix
parent e17c41c0
BatchedDGLGraph .. _apibatch:
===============
.. automodule:: dgl.batched_graph BatchedDGLGraph -- Enable batched graph operations
==================================================
.. currentmodule:: dgl
.. autoclass:: BatchedDGLGraph .. autoclass:: BatchedDGLGraph
Merge and decompose
-------------------
.. autosummary:: .. autosummary::
:toctree: ../../generated/ :toctree: ../../generated/
batch batch
unbatch unbatch
Query batch summary
----------------------
.. autosummary::
:toctree: ../../generated/
BatchedDGLGraph.batch_size
BatchedDGLGraph.batch_num_nodes
BatchedDGLGraph.batch_num_edges
Graph Readout
-------------
.. autosummary::
:toctree: ../../generated/
sum_nodes sum_nodes
sum_edges sum_edges
mean_nodes mean_nodes
......
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment