Function nvcvTensorExportData

Function Documentation

NVCVStatus nvcvTensorExportData(NVCVTensorHandle handle, NVCVTensorData *data)

Retrieve the tensor contents.

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

    • Must not be NULL.

  • data[out] Where the tensor 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.