Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ random_sample
Function
random_sample
dali/test/python/operator_1/test_batch_permute.py:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
47
48
def
random_sample():
49
shape = np.random.randint(1, 50, [3])
50
return
np.random.randint(-1000000, 1000000, shape)
51
52
53
def
gen_data(batch_size, type):
Callers
2
gen_data
Function · 0.85
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected