dgl.DGLGraph.is_pinned

DGLGraph.is_pinned()[source]

检查图形结构是否固定在页面锁定内存中。

Returns:

如果图结构被固定,则为True。

Return type:

bool