Defines the tensor surface map descriptor used by NvMediaTensorLock().
The descriptor holds a maximum of NVMEDIA_TENSOR_MAX_DIMENSIONS dimensions.
Definition at line 281 of file nvmedia_tensor.h.
Data Fields | |
uint32_t | size |
Total size of the tensor. More... | |
void * | mapping |
CPU accessible memory pointer of Tensor. More... | |
void* NvMediaTensorSurfaceMap::mapping |
CPU accessible memory pointer of Tensor.
Definition at line 285 of file nvmedia_tensor.h.
uint32_t NvMediaTensorSurfaceMap::size |
Total size of the tensor.
Definition at line 283 of file nvmedia_tensor.h.