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