| 282 | } |
| 283 | |
| 284 | daliResult_t daliTensorListDecRef(daliTensorList_h tl, int *new_ref) { |
| 285 | DALI_PROLOG(); |
| 286 | auto *ptr = ToPointer(tl); |
| 287 | int r = ptr->DecRef(); |
| 288 | if (new_ref) |
| 289 | *new_ref = r; |
| 290 | DALI_EPILOG(); |
| 291 | } |
| 292 | |
| 293 | daliResult_t daliTensorListRefCount(daliTensorList_h tl, int *ref) { |
| 294 | DALI_PROLOG(); |