cugraph-ops Python API reference#
This page provides a list of all publicly accessible modules, methods and classes through pylibcugraphops.* namespace.
- Graph types
- Operators for Message-Passing
- Simple Neighborhood Aggregator (SAGEConv)
- Weighted Neighborhood Aggregation
- Heterogenous Aggregator using Basis Decomposition (RGCNConv)
- Graph Attention (GATConv/GATv2Conv)
- Transformer-like Graph Attention (TransformerConv)
- Directional Message-Passing (DMPNN)
- Update Edges: Concatenation or Sum of Edge and Node Features
- Dimenet operators
- PyTorch Autograd Wrappers