(numpy_op, path, device="cpu", file_filter="*.npy")
| 470 | |
| 471 | @pipeline_def(batch_size=batch_size_alias_test, device_id=0, num_threads=4) |
| 472 | def 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 | |
| 477 | def check_numpy_reader_alias(test_data_root, device): |
no outgoing calls
no test coverage detected