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

Function pipeline

dali/test/python/test_external_source_cupy.py:162–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160
161 @pipeline_def
162 def pipeline():
163 return fn.external_source(source=cb(), device=device, batch=batch_mode, no_copy=no_copy)
164
165 pipe = pipeline(batch_size=batch_size, num_threads=4, device_id=0)
166 for _ in range(num_iters):

Callers 1

_test_memory_consumptionFunction · 0.70

Calls 1

cbFunction · 0.70

Tested by

no test coverage detected