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

Function pipeline

dali/test/python/operator_1/test_inflate.py:109–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107
108 @pipeline_def
109 def pipeline():
110 sample, deflated, shape = fn.external_source(source=source, batch=True, num_outputs=3)
111 inflated = op(deflated.gpu(), shape=shape, dtype=dtype)
112 return inflated, sample
113
114 with chck_ctx:
115 pipe = pipeline(batch_size=batch_size, num_threads=4, device_id=0)

Callers 5

_test_sample_inflateFunction · 0.70
_test_scalar_shapeFunction · 0.70
_test_chunksFunction · 0.70
test_total_no_chunksFunction · 0.70
_test_validationFunction · 0.70

Calls 3

np_type_to_daliFunction · 0.90
opFunction · 0.50
gpuMethod · 0.45

Tested by

no test coverage detected