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

Function get_layout_prefix_len

dali/test/python/sequences_test_utils.py:212–216  ·  view source on GitHub ↗
(layout, prefix)

Source from the content-addressed store, hash-verified

210
211
212def get_layout_prefix_len(layout, prefix):
213 for i, c in enumerate(layout):
214 if c not in prefix:
215 return i
216 return len(layout)
217
218
219def expand_arg(expandable_layout, arg_has_frames, input_batch, arg_batch):

Callers 1

input_data_descFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected