Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
208
def
unfold_batches(batches, num_expand):
209
return
[unfold_batch(batch, num_expand)
for
batch in batches]
210
211
212
def
get_layout_prefix_len(layout, prefix):
Callers
1
unfold_input
Method · 0.85
Calls
1
unfold_batch
Function · 0.85
Tested by
no test coverage detected