dgl.DGLGraph.cpu

DGLGraph.cpu()[source]

返回此图在CPU上的新副本。

Returns:

在CPU上绘制图形。

Return type:

DGLGraph

另请参阅

to