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

Function test_tensorlist_str_empty

dali/test/python/test_backend_impl.py:457–460  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

455
456
457def test_tensorlist_str_empty():
458 tl = TensorListCPU(np.empty(0))
459 params = [[], "DALIDataType.FLOAT64", 0, []]
460 _test_str(tl, params, _expected_tensorlist_str)
461
462
463def test_tensorlist_str_scalars():

Callers

nothing calls this directly

Calls 2

_test_strFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected