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

Function daliTensorListGetSourceInfo

dali/c_api_2/data_objects.cc:445–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443}
444
445daliResult_t daliTensorListGetSourceInfo(
446 daliTensorList_h tensor_list,
447 const char **out_source_info,
448 int sample_idx) {
449 DALI_PROLOG();
450 auto *ptr = ToPointer(tensor_list);
451 CHECK_OUTPUT(out_source_info);
452 *out_source_info = ptr->GetSourceInfo(sample_idx);
453 DALI_EPILOG();
454}
455
456daliResult_t daliTensorListSetSourceInfo(
457 daliTensorList_h tensor_list,

Callers 1

TESTFunction · 0.85

Calls 2

ToPointerFunction · 0.70
GetSourceInfoMethod · 0.45

Tested by 1

TESTFunction · 0.68