Unverified Commit fa3f2f48 authored by Hongzhi (Steve), Chen's avatar Hongzhi (Steve), Chen Committed by GitHub
Browse files

[Graphbolt] Introduce graphbolt doc. (#6292)


Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
parent 37d70e54
.. _apibackend:
🆕 dgl.graphbolt
=================================
.. currentmodule:: dgl.graphbolt
`dgl.graphbolt` is a dataloading framework for GNN that provides well-defined APIs for each stage of the data pipeline and multiple standard implementations.
APIs
-------------------------
.. autosummary::
:toctree: ../../generated/
:nosignatures:
:template: classtemplate.rst
Dataset
Task
ItemSet
ItemSetDict
ItemSampler
NegativeSampler
SubgraphSampler
Feature
FeatureStore
FeatureFetcher
CopyTo
DataLoaders
-----------
.. autosummary::
:toctree: ../../generated/
:nosignatures:
:template: classtemplate.rst
SingleProcessDataLoader
MultiProcessDataLoader
...@@ -45,6 +45,7 @@ Welcome to Deep Graph Library Tutorials and Documentation ...@@ -45,6 +45,7 @@ Welcome to Deep Graph Library Tutorials and Documentation
api/python/dgl.distributed api/python/dgl.distributed
api/python/dgl.function api/python/dgl.function
api/python/dgl.geometry api/python/dgl.geometry
api/python/dgl.graphbolt
api/python/nn-pytorch api/python/nn-pytorch
api/python/nn-tensorflow api/python/nn-tensorflow
api/python/nn-mxnet api/python/nn-mxnet
......
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