Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
generate
Method · 0.85
iter_setup
Method · 0.85
generate
Method · 0.85
Calls
1
make_torch_tensor
Function · 0.85
Tested by
no test coverage detected