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

Function pdef_regular

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

Source from the content-addressed store, hash-verified

2407
2408 @pipeline_def(batch_size=bs, num_threads=4, device_id=0)
2409 def pdef_regular():
2410 enc, _ = fn.readers.file(file_root=jpeg_folder, name="only_reader")
2411 img = fn.decoders.image(enc, device="mixed")
2412 return img
2413
2414 @pipeline_def(batch_size=bs, num_threads=4, device_id=0)
2415 def pdef_source():

Callers 1

test_optional_buildFunction · 0.85

Calls 1

fileMethod · 0.80

Tested by

no test coverage detected