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

Function unfold_batches

dali/test/python/sequences_test_utils.py:208–209  ·  view source on GitHub ↗
(batches, num_expand)

Source from the content-addressed store, hash-verified

206
207
208def unfold_batches(batches, num_expand):
209 return [unfold_batch(batch, num_expand) for batch in batches]
210
211
212def get_layout_prefix_len(layout, prefix):

Callers 1

unfold_inputMethod · 0.85

Calls 1

unfold_batchFunction · 0.85

Tested by

no test coverage detected