dgl.graphbolt.load_from_shared_memory

dgl.graphbolt.load_from_shared_memory(shared_memory_name: str) FusedCSCSamplingGraph[source]

从共享内存加载一个FusedCSCSamplingGraph对象。

Parameters:

shared_memory_name (str) – Name of the shared memory.

Returns:

加载到共享内存中的FusedCSCSamplingGraph对象。

Return type:

FusedCSCSamplingGraph