NVIDIA DRIVE OS Linux SDK API Reference

5.1.9.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaTensorSurfaceMap Struct Reference

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 272 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

void* NvMediaTensorSurfaceMap::mapping

CPU accessible memory pointer of Tensor.

Definition at line 276 of file nvmedia_tensor.h.

uint32_t NvMediaTensorSurfaceMap::size

Total size of the tensor.

Definition at line 274 of file nvmedia_tensor.h.


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