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

Function test_tensor_str_sample

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

Source from the content-addressed store, hash-verified

474
475
476def test_tensor_str_sample():
477 arr = np.arange(16)
478 t = TensorCPU(arr)
479 params = [arr, "DALIDataType.INT64", [16]]
480 _test_str(t, params, _expected_tensor_str)
481
482
483def test_tensor_dlpack_export():

Callers

nothing calls this directly

Calls 1

_test_strFunction · 0.85

Tested by

no test coverage detected