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

Function input_data_desc

dali/test/python/sequences_test_utils.py:515–517  ·  view source on GitHub ↗
(layout, input_data)

Source from the content-addressed store, hash-verified

513 layouts.append("CFHW")
514
515 def input_data_desc(layout, input_data):
516 num_expand = get_layout_prefix_len(layout, expandable_extents)
517 return ArgData(desc=ArgDesc(0, layout[:num_expand], "", layout), data=input_data)
518
519 input_cases = [
520 input_data_desc(input_layout, input_data)

Callers 1

video_suite_helperFunction · 0.85

Calls 3

get_layout_prefix_lenFunction · 0.85
ArgDataClass · 0.85
ArgDescClass · 0.85

Tested by

no test coverage detected