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

Function daliTensorListGetTensorDesc

dali/c_api_2/data_objects.cc:434–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434daliResult_t daliTensorListGetTensorDesc(
435 daliTensorList_h tensor_list,
436 daliTensorDesc_t *out_tensor,
437 int sample_idx) {
438 DALI_PROLOG();
439 auto *ptr = ToPointer(tensor_list);
440 CHECK_OUTPUT(out_tensor);
441 *out_tensor = ptr->GetTensorDesc(sample_idx);
442 DALI_EPILOG();
443}
444
445daliResult_t daliTensorListGetSourceInfo(
446 daliTensorList_h tensor_list,

Callers 3

CheckScalarSequenceFunction · 0.85
TestTensorListResizeFunction · 0.85
TESTFunction · 0.85

Calls 2

GetTensorDescMethod · 0.80
ToPointerFunction · 0.70

Tested by 3

CheckScalarSequenceFunction · 0.68
TestTensorListResizeFunction · 0.68
TESTFunction · 0.68