Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/cugraph-docs/source/api_docs/cugraph-pyg/cugraph_pyg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ Feature Storage

cugraph_pyg.data.feature_store.FeatureStore

Tensors and Embeddings
----------------------
.. autosummary::
:toctree ../api/cugraph-pyg/

cugraph_pyg.tensor.dist_tensor.DistTensor
cugraph_pyg.tensor.dist_tensor.DistEmbedding
cugraph_pyg.tensor.dist_matrix.DistMatrix


Data Loaders
------------
Expand All @@ -29,6 +38,9 @@ Data Loaders
cugraph_pyg.loader.node_loader.NodeLoader
cugraph_pyg.loader.neighbor_loader.NeighborLoader

cugraph_pyg.loader.link_loader.LinkLoader
cugraph_pyg.loader.link_neighbor_loader.LinkNeighborLoader

Samplers
--------
.. autosummary::
Expand All @@ -37,4 +49,8 @@ Samplers
cugraph_pyg.sampler.sampler.BaseSampler
cugraph_pyg.sampler.sampler.SampleReader
cugraph_pyg.sampler.sampler.HomogeneousSampleReader
cugraph_pyg.sampler.sampler.HeterogeneousSampleReader
cugraph_pyg.sampler.sampler.SampleIterator

cugraph_pyg.sampler.distributed_sampler.BaseDistributedSampler
cugraph_pyg.sampler.distributed_sampler.DistributedNeighborSampler