NVIDIA DRIVE OS Linux SDK API Reference

5.2.6 Release
For Test and Development only

Detailed Description

Holds tensor attributes.

Definition at line 143 of file nvmedia_dla.h.

Collaboration diagram for NvMediaDlaTensorDescriptor:

Data Fields

char name [NVMEDIA_DLA_TENSOR_DESC_NAME_MAX_LEN+1]
 Holds the name of the tensor. More...
 
NvMediaTensorAttr tensorAttrs [NVM_TENSOR_ATTR_MAX]
 Holds tensor attributes NvMediaTensorAttr. More...
 
uint32_t numAttrs
 Holds the number of tensor attributes in tensorAttrs[ ]. More...
 

Field Documentation

◆ name

char NvMediaDlaTensorDescriptor::name[NVMEDIA_DLA_TENSOR_DESC_NAME_MAX_LEN+1]

Holds the name of the tensor.

Definition at line 145 of file nvmedia_dla.h.

◆ numAttrs

uint32_t NvMediaDlaTensorDescriptor::numAttrs

Holds the number of tensor attributes in tensorAttrs[ ].

Definition at line 149 of file nvmedia_dla.h.

◆ tensorAttrs

NvMediaTensorAttr NvMediaDlaTensorDescriptor::tensorAttrs[NVM_TENSOR_ATTR_MAX]

Holds tensor attributes NvMediaTensorAttr.

Definition at line 147 of file nvmedia_dla.h.


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