Function nvcvTensorBatchSetTensors

Function Documentation

NVCVStatus nvcvTensorBatchSetTensors(NVCVTensorBatchHandle batch, int32_t index, const NVCVTensorHandle *tensors, int32_t numTensors)

Sets a range of tensors in the batch

TBD: Do we need/want it? Should it also extend the bach if index + numTensors > size (but within capacity)?