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.
Dict[str, Tensor] – Node features.
Dict[str, Tensor] – Edge features.