Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
457
def
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
463
def
test_tensorlist_str_scalars():
Callers
nothing calls this directly
Calls
2
_test_str
Function · 0.85
empty
Method · 0.45
Tested by
no test coverage detected