Holds tensor attributes.
Definition at line 149 of file nvmedia_dla.h.
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... | |
char NvMediaDlaTensorDescriptor::name[NVMEDIA_DLA_TENSOR_DESC_NAME_MAX_LEN+1] |
Holds the name of the tensor.
Definition at line 151 of file nvmedia_dla.h.
uint32_t NvMediaDlaTensorDescriptor::numAttrs |
Holds the number of tensor attributes in tensorAttrs[ ].
Definition at line 155 of file nvmedia_dla.h.
NvMediaTensorAttr NvMediaDlaTensorDescriptor::tensorAttrs[NVM_TENSOR_ATTR_MAX] |
Holds tensor attributes NvMediaTensorAttr.
Definition at line 153 of file nvmedia_dla.h.