Logo
1.6.1

Notes

  • Installation
    • Installation via Binaries
    • Installation from Source
    • Frequently Asked Questions
  • Introduction by Example
    • Data Handling of Graphs
    • Common Benchmark Datasets
    • Mini-batches
    • Data Transforms
    • Learning Methods on Graphs
  • Creating Message Passing Networks
    • The “MessagePassing” Base Class
    • Implementing the GCN Layer
    • Implementing the Edge Convolution
  • Creating Your Own Datasets
    • Creating “In Memory Datasets”
    • Creating “Larger” Datasets
    • Frequently Asked Questions
  • Advanced Mini-Batching
    • Pairs of Graphs
    • Bipartite Graphs
  • Memory-Efficient Aggregations
  • TorchScript Support
    • Converting GNN Models
    • Creating Jittable GNN Operators
  • External Resources

Package Reference

  • torch_geometric
  • torch_geometric.nn
    • Convolutional Layers
    • Dense Convolutional Layers
    • Normalization Layers
    • Global Pooling Layers
    • Pooling Layers
    • Dense Pooling Layers
    • Unpooling Layers
    • Models
    • DataParallel Layers
  • torch_geometric.data
  • torch_geometric.datasets
  • torch_geometric.transforms
  • torch_geometric.utils
  • torch_geometric.io
pytorch_geometric
  • Docs »
  • Python Module Index

Python Module Index

t
 
t
- torch_geometric
    torch_geometric.data
    torch_geometric.datasets
    torch_geometric.debug
    torch_geometric.io
    torch_geometric.nn.conv
    torch_geometric.nn.conv.message_passing
    torch_geometric.nn.data_parallel
    torch_geometric.nn.dense.dense_gcn_conv
    torch_geometric.nn.dense.dense_gin_conv
    torch_geometric.nn.dense.dense_graph_conv
    torch_geometric.nn.dense.dense_sage_conv
    torch_geometric.nn.dense.diff_pool
    torch_geometric.nn.dense.mincut_pool
    torch_geometric.nn.glob
    torch_geometric.nn.meta
    torch_geometric.nn.models
    torch_geometric.nn.norm
    torch_geometric.nn.pool
    torch_geometric.nn.unpool
    torch_geometric.transforms
    torch_geometric.utils

© Copyright 2020, Matthias Fey Revision df0612bc.

Built with Sphinx using a theme provided by Read the Docs.