MCPcopy 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
48def random_sample():
49 shape = np.random.randint(1, 50, [3])
50 return np.random.randint(-1000000, 1000000, shape)
51
52
53def gen_data(batch_size, type):

Callers 2

gen_dataFunction · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected