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

Function daliTensorRefCount

dali/c_api_2/data_objects.cc:115–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115daliResult_t daliTensorRefCount(daliTensor_h t, int *ref) {
116 DALI_PROLOG();
117 auto *ptr = ToPointer(t);
118 int r = ptr->RefCount();
119 CHECK_OUTPUT(ref);
120 *ref = r;
121 DALI_EPILOG();
122}
123
124daliResult_t daliTensorAttachBuffer(
125 daliTensor_h tensor,

Callers 1

TESTFunction · 0.85

Calls 2

RefCountMethod · 0.80
ToPointerFunction · 0.70

Tested by 1

TESTFunction · 0.68