Logo
PyTorch Geometric for the IPU: User Guide
Version: latest
  • 1. Introduction
  • 2. Installation
    • 2.1. Version compatibility
    • 2.2. Installation using Python virtual environment
    • 2.3. Setting the environment variables
    • 2.4. Validating the setup
  • 3. Optimizing performance
    • 3.1. Pad transformation
    • 3.2. Fixed-size data loaders
  • 4. Examples and tutorials
  • 5. Supported operations
  • 6. API reference
    • 6.1. Data loaders
    • 6.2. Cluster data loaders
    • 6.3. Collators
    • 6.4. Batch samplers
    • 6.5. Fixed size options
  • 7. Index
  • 8. Legal notices
PyTorch Geometric for the IPU: User Guide

Search help

Note: Searching from the top-level index page will search all documents. Searching from a specific document will search only that document.

  • Find an exact phrase: Wrap your search phrase in "" (double quotes) to only get results where the phrase is exactly matched. For example "PyTorch for the IPU" or "replicated tensor sharding"
  • Prefix query: Add an * (asterisk) at the end of any word to indicate a prefix query. This will return results containing all words with the specific prefix. For example tensor*
  • Fuzzy search: Use ~N (tilde followed by a number) at the end of any word for a fuzzy search. This will return results that are similar to the search word. N specifies the “edit distance” (fuzziness) of the match. For example Polibs~1
  • Words close to each other: ~N (tilde followed by a number) after a phrase (in quotes) returns results where the words are close to each other. N is the maximum number of positions allowed between matching words. For example "ipu version"~2
  • Logical operators. You can use the following logical operators in a search:
    • + signifies AND operation
    • | signifies OR operation
    • - negates a single word or phrase (returns results without that word or phrase)
    • () controls operator precedence

Index

D | F | I | O | S | T

D

  • DataLoader (class in poptorch_geometric.dataloader)

F

  • FixedSizeClusterLoader (class in poptorch_geometric.cluster_loader)
  • FixedSizeCollater (class in poptorch_geometric.collate)
  • FixedSizeCollater.LabelsType (class in poptorch_geometric.collate)
  • FixedSizeDataLoader (class in poptorch_geometric.dataloader)
  • FixedSizeOptions (class in poptorch_geometric.fixed_size_options)
  • FixedSizeStrategy (class in poptorch_geometric.pyg_dataloader)
  • from_dataset() (poptorch_geometric.fixed_size_options.FixedSizeOptions class method)
  • from_loader() (poptorch_geometric.fixed_size_options.FixedSizeOptions class method)

I

  • is_hetero() (poptorch_geometric.fixed_size_options.FixedSizeOptions method)

O

  • OverSizeStrategy (class in poptorch_geometric.pyg_dataloader)

S

  • StreamPackingSampler (class in poptorch_geometric.stream_packing_sampler)

T

  • to_hetero() (poptorch_geometric.fixed_size_options.FixedSizeOptions method)
  • total_num_edges (poptorch_geometric.fixed_size_options.FixedSizeOptions property)
  • total_num_nodes (poptorch_geometric.fixed_size_options.FixedSizeOptions property)

Revision a6f28fdb.