NVIDIA DRIVE OS Linux SDK API Reference

5.2.6 Release
For Test and Development only

Detailed Description

Defines the tensor surface map descriptor used by NvMediaTensorLock().

The descriptor holds a maximum of NVMEDIA_TENSOR_MAX_DIMENSIONS dimensions.

Definition at line 271 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...
 

Field Documentation

◆ mapping

void* NvMediaTensorSurfaceMap::mapping

CPU accessible memory pointer of Tensor.

Definition at line 275 of file nvmedia_tensor.h.

◆ size

uint32_t NvMediaTensorSurfaceMap::size

Total size of the tensor.

Definition at line 273 of file nvmedia_tensor.h.


The documentation for this struct was generated from the following file: