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

Function source_full_array

dali/test/python/operator_1/test_debayer.py:351–355  ·  view source on GitHub ↗
(shape, dtype)

Source from the content-addressed store, hash-verified

349
350
351def source_full_array(shape, dtype):
352 def source(sample_info):
353 return np.full(shape, sample_info.idx_in_epoch, dtype=dtype)
354
355 return source
356
357
358def _test_shape_pipeline(shape, dtype):

Callers 1

pipelineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected