dgl.DGLGraph.is_pinnedΒΆ

DGLGraph.is_pinned()[source]ΒΆ

Check if the graph structure is pinned to the page-locked memory.

Returns

True if the graph structure is pinned.

Return type

bool