Get Started
Advanced Materials
API Reference
Notes
Misc
dgl.distributed.partition.
load_partition_book
Load a graph partition book from the partition config file.
part_config (str) – The path of the partition config file.
part_id (int) – The partition ID.
graph (DGLGraph) – The graph structure
GraphPartitionBook – The global partition information.
str – The graph name
dict – The node types
dict – The edge types