Function nvcvTensorBatchRefCount

Function Documentation

NVCVStatus nvcvTensorBatchRefCount(NVCVTensorBatchHandle handle, int32_t *outRefCount)

Returns the current reference count of an Tensor batch

Parameters:
  • handle[in] The handle whose reference count is to be obtained.

  • outRefCount[out] The reference count.

Return values:
  • NVCV_ERROR_INVALID_ARGUMENT – The handle is invalid

  • NVCV_SUCCESS – Operation executed successfully.