Function nvcvTensorBatchGetCapacity

Function Documentation

NVCVStatus nvcvTensorBatchGetCapacity(NVCVTensorBatchHandle handle, int32_t *outCapacityPtr)

Returns the capacity of the Tensor batch handle.

Parameters:
  • handle[in] Tensor batch to be queried.

  • outCapacityPtr[in] Pointer to where the capacity will be stored.

    • Cannot be NULL.

Return values:
  • NVCV_ERROR_INVALID_ARGUMENT – Some parameter is outside valid range.

  • NVCV_SUCCESS – Operation executed successfully.