Struct NVCVTensorDataRec

Struct Documentation

struct NVCVTensorDataRec

Stores information about image batch characteristics and content.

Public Members

NVCVDataType dtype
NVCVTensorLayout layout
int32_t rank
int64_t shape[(15)]
NVCVTensorBufferType bufferType

Type of image batch buffer. It defines which member of the NVCVTensorBuffer tagged union that must be used to access the image batch buffer contents.

NVCVTensorBuffer buffer

Stores the image batch contents.