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

Function daliTensorSetSourceInfo

dali/c_api_2/data_objects.cc:255–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255daliResult_t daliTensorSetSourceInfo(
256 daliTensor_h tensor,
257 const char *source_info) {
258 DALI_PROLOG();
259 ToPointer(tensor)->SetSourceInfo(source_info);
260 DALI_EPILOG();
261}
262
263//////////////////////////////////////////////////////////////////////////////
264// TensorList

Callers 1

TESTFunction · 0.85

Calls 2

ToPointerFunction · 0.70
SetSourceInfoMethod · 0.45

Tested by 1

TESTFunction · 0.68