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

Function get_data

dali/test/python/operator_2/test_reshape.py:324–325  ·  view source on GitHub ↗
(shapes)

Source from the content-addressed store, hash-verified

322
323
324def get_data(shapes):
325 return [np.empty(shape, dtype=np.uint8) for shape in shapes]
326
327
328@pipeline_def

Callers 1

reshape_pipeFunction · 0.70

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected