Get Started
Advanced Materials
API Reference
DGLGraph
DGLGraph.unpin_memory_()
Notes
Misc
Unpin the graph structure and node/edge data from the page-locked memory.
This is an inplace method. If the graph struture is not pinned, e.g., on CPU or GPU, the function directly returns it.
The unpinned graph.