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

Function get_data_source

dali/test/python/test_dali_cpu_only.py:1128–1129  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

1126
1127def test_segmentation_select_masks():
1128 def get_data_source(*args, **kwargs):
1129 return lambda: make_batch_select_masks(*args, **kwargs)
1130
1131 pipe = Pipeline(batch_size=batch_size, num_threads=4, device_id=None, seed=1234)
1132 with pipe:

Callers 1

Calls 1

make_batch_select_masksFunction · 0.90

Tested by

no test coverage detected