dmlc--dgl
0d878ff8ef
* cleaned pl node classification example * conform to PL's method of updating the dataloader * update * lint * fix test * fix
8 行
268 B
Python
8 行
268 B
Python
|
|
"""Shared memory utilities.
|
|
|
|
For compatibility with older code that uses ``dgl.utils.shared_mem`` namespace; the
|
|
content has been moved to ``dgl.ndarray`` module.
|
|
"""
|
|
from ..ndarray import get_shared_mem_array, create_shared_mem_array # pylint: disable=unused-import
|