Function nvcvTensorBatchExportData

Function Documentation

NVCVStatus nvcvTensorBatchExportData(NVCVTensorBatchHandle handle, CUstream stream, NVCVTensorBatchData *data)

Retrieve the tensor batch contents.

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

    • Must not be NULL.

  • stream[in] CUDA stream where the export operation will execute.

  • data[out] Where the tensor batch buffer information will be written to.

    • Must not be NULL.

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

  • NVCV_SUCCESS – Operation executed successfully.