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

Function daliTensorGetDesc

dali/c_api_2/data_objects.cc:201–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201daliResult_t daliTensorGetDesc(
202 daliTensor_h tensor,
203 daliTensorDesc_t *out_desc) {
204 DALI_PROLOG();
205 auto *ptr = ToPointer(tensor);
206 CHECK_OUTPUT(out_desc);
207 *out_desc = ptr->GetDesc();
208 DALI_EPILOG();
209}
210
211daliResult_t daliTensorGetShape(
212 daliTensor_h tensor,

Callers 3

TESTFunction · 0.85
TestTensorResizeFunction · 0.85
GetTfShapeFunction · 0.85

Calls 2

GetDescMethod · 0.80
ToPointerFunction · 0.70

Tested by 2

TESTFunction · 0.68
TestTensorResizeFunction · 0.68