dgl.DGLGraph.cpu

DGLGraph.cpu()[source]

Return a new copy of this graph on CPU.

Returns

Graph on CPU.

Return type

DGLGraph

See also

to