Get Started
Advanced Materials
API Reference
Notes
Misc
dgl.distributed.
load_partition_feats
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.