Get Started
Advanced Materials
API Reference
Notes
Misc
Load node/edge feature data from a partition.
part_config (str) β The path of the partition config file.
part_id (int) β The partition ID.
load_nodes (bool, optional) β Whether to load node features. If False, None is returned.
False
None
load_edges (bool, optional) β Whether to load edge features. If False, None is returned.
Dict[str, Tensor] or None β Node features.
Dict[str, Tensor] or None β Edge features.