NVIDIA DRIVE OS Linux SDK API Reference

5.1.12.0 Release

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

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

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.

uint32_t NvMediaDlaTensorDescriptor::numAttrs

Holds the number of tensor attributes in tensorAttrs[ ].

Definition at line 149 of file nvmedia_dla.h.

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: