Struct NVCVArrayDataRec

Struct Documentation

struct NVCVArrayDataRec

Stores information about data characteristics and content.

Public Members

NVCVDataType dtype
int64_t length
int64_t capacity
NVCVArrayBufferType bufferType

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

NVCVArrayBuffer buffer

Stores the image batch contents.