Enum NVCVTensorBufferType

Enum Documentation

enum NVCVTensorBufferType

Represents how the image buffer data is stored.

Values:

enumerator NVCV_TENSOR_BUFFER_NONE

Invalid buffer type. This is commonly used to inform that no buffer type was selected.

enumerator NVCV_TENSOR_BUFFER_STRIDED_CUDA

GPU-accessible with equal-shape planes in pitch-linear layout.