Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dmlc/dgl
/ asnumpy
Function
asnumpy
python/dgl/backend/mxnet/tensor.py:172–173 ·
view source on GitHub ↗
(input)
Source
from the content-addressed store, hash-verified
170
171
172
def
asnumpy(input):
173
return
input.asnumpy()
174
175
176
def
copy_to(input, ctx, **kwargs):
Callers
2
_scatter_nd
Function · 0.70
backward
Method · 0.70
Calls
1
asnumpy
Method · 0.80
Tested by
no test coverage detected