dgl.graphbolt.load_from_shared_memoryΒΆ
-
dgl.graphbolt.
load_from_shared_memory
(shared_memory_name: str) → dgl.graphbolt.impl.fused_csc_sampling_graph.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