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

Function pipeline

dali/test/python/test_external_source_parallel.py:1134–1140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1132):
1133 @dali.pipeline_def
1134 def pipeline():
1135 return dali.fn.external_source(
1136 PerIterShapeSource(shapes),
1137 batch=False,
1138 parallel=parallel,
1139 bytes_per_sample_hint=bytes_per_sample_hint,
1140 )
1141
1142 pipe = pipeline(
1143 batch_size=batch_size,

Callers 3

per_iter_shape_pipelineFunction · 0.70

Calls 1

PerIterShapeSourceClass · 0.85

Tested by

no test coverage detected