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

Function random_array

dali/test/python/test_external_source_impl.py:103–104  ·  view source on GitHub ↗
(shape)

Source from the content-addressed store, hash-verified

101 cast_to = torch_cast
102
103 def random_array(shape):
104 return make_torch_tensor(np.random.ranf(shape))
105
106 global make_array
107

Callers 3

generateMethod · 0.85
iter_setupMethod · 0.85
generateMethod · 0.85

Calls 1

make_torch_tensorFunction · 0.85

Tested by

no test coverage detected