dgl.graphbolt.exclude_seed_edges

dgl.graphbolt.exclude_seed_edges(minibatch: MiniBatch, include_reverse_edges: bool = False, reverse_etypes_mapping: Dict[str, str] | None = None)[source]

Exclude seed edges with or without their reverse edges from the sampled subgraphs in the minibatch.

Parameters:
  • minibatch (MiniBatch) – The minibatch.

  • reverse_etypes_mapping (Dict[str, str] = None) – The mapping from the original edge types to their reverse edge types.