MCPcopy Create free account
hub / github.com/CUT3R/CUT3R / to_numpy

Function to_numpy

cloud_opt/utils.py:40–41  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

38
39
40def to_numpy(x):
41 return todevice(x, "numpy")
42
43
44def to_cpu(x):

Callers 3

fast_pnpFunction · 0.70
fast_pnpFunction · 0.50

Calls 1

todeviceFunction · 0.70

Tested by

no test coverage detected