dgl.graphbolt.load_from_shared_memory
- dgl.graphbolt.load_from_shared_memory(shared_memory_name: str) → FusedCSCSamplingGraph[source]
Load a FusedCSCSamplingGraph object from shared memory.
- Parameters:
shared_memory_name (str) – Name of the shared memory.
- Returns:
The loaded FusedCSCSamplingGraph object on shared memory.
- Return type: