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

Function numpy_reader_pipe

dali/test/python/reader/test_numpy.py:472–474  ·  view source on GitHub ↗
(numpy_op, path, device="cpu", file_filter="*.npy")

Source from the content-addressed store, hash-verified

470
471@pipeline_def(batch_size=batch_size_alias_test, device_id=0, num_threads=4)
472def numpy_reader_pipe(numpy_op, path, device="cpu", file_filter="*.npy"):
473 data = numpy_op(device=device, file_root=path, file_filter=file_filter, seed=1234)
474 return data
475
476
477def check_numpy_reader_alias(test_data_root, device):

Callers 1

check_numpy_reader_aliasFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected