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.