cugraph-pyg API Reference#
cugraph-pyg
Graph Storage#
cuGraph-backed PyG GraphStore implementation that distributes the graph across workers. |
Feature Storage#
A basic implementation of the PyG FeatureStore interface that stores feature data in a single TensorDict. |
|
A basic implementation of the PyG FeatureStore interface that stores feature data in WholeGraph WholeMemory. |
Data Loaders#
Duck-typed version of torch_geometric.loader.NodeLoader. |
|
Duck-typed version of torch_geometric.loader.NeighborLoader |
Samplers#
Iterator that processes results from the cuGraph distributed sampler. |
|
Subclass of SampleReader that reads homogeneous output samples produced by the cuGraph distributed sampler. |
|
Iterator that combines output graphs with their features to produce final output minibatches that can be fed into a GNN model. |