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.