| 443 | } |
| 444 | |
| 445 | daliResult_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 | |
| 456 | daliResult_t daliTensorListSetSourceInfo( |
| 457 | daliTensorList_h tensor_list, |