MCPcopy Create free account
hub / github.com/NVIDIA/DALI / as_array

Function as_array

dali/test/python/test_utils.py:862–864  ·  view source on GitHub ↗
(tensor)

Source from the content-addressed store, hash-verified

860
861
862def as_array(tensor):
863 import_numpy()
864 return np.array(tensor.as_cpu())
865
866
867def python_function(*inputs, function, **kwargs):

Calls 1

import_numpyFunction · 0.70

Tested by

no test coverage detected