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

Function pdef_source

dali/test/python/test_pipeline.py:2415–2417  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2413
2414 @pipeline_def(batch_size=bs, num_threads=4, device_id=0)
2415 def pdef_source():
2416 source = fn.external_source(name="source")
2417 return source
2418
2419 pipes = [pdef_regular() for _ in range(5)]
2420 pipes.append(pdef_source())

Callers 1

test_optional_buildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected