Class TensorBatchDataStrided

Inheritance Relationships

Base Type

Derived Type

Class Documentation

class TensorBatchDataStrided : public nvcv::TensorBatchData

Data of batches of tensors with strides.

Subclassed by nvcv::TensorBatchDataStridedCuda

Public Types

using Buffer = NVCVTensorBatchBufferStrided

Public Functions

inline Buffer buffer() const

Get the buffer with the tensors’ descriptors.

Public Static Functions

static inline constexpr bool IsCompatibleKind(NVCVTensorBufferType kind)

Protected Functions

inline TensorBatchData(const NVCVTensorBatchData &data)
TensorBatchData() = default