MCPcopy
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
172def asnumpy(input):
173 return input.asnumpy()
174
175
176def copy_to(input, ctx, **kwargs):

Callers 2

_scatter_ndFunction · 0.70
backwardMethod · 0.70

Calls 1

asnumpyMethod · 0.80

Tested by

no test coverage detected