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:

FusedCSCSamplingGraph