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: