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

Detailed Description

Macros

#define NVM_TENSOR_NCxHWx_x_DIMSZ_INDEX   0U
 Defines the x dimension index for NCxHWx. More...
 
#define NVM_TENSOR_NCxHWx_W_DIMSZ_INDEX   1U
 Defines the W dimension index for NCxHWx. More...
 
#define NVM_TENSOR_NCxHWx_H_DIMSZ_INDEX   2U
 Defines the H dimension index for NCxHWx. More...
 
#define NVM_TENSOR_NCxHWx_Cx_DIMSZ_INDEX   3U
 Defines the Cx dimension index for NCxHWx. More...
 
#define NVM_TENSOR_NCxHWx_N_DIMSZ_INDEX   4U
 Defines the N dimension index for NCxHWx. More...
 

Macro Definition Documentation

#define NVM_TENSOR_NCxHWx_Cx_DIMSZ_INDEX   3U

Defines the Cx dimension index for NCxHWx.

tensormetadata.dimSizes[NVM_TENSOR_NCxHWx_Cx_DIMSZ_INDEX] = Cx, is the dimension value along the Cx dimension for the NCxHWx tensor.

Definition at line 373 of file nvmedia_tensormetadata.h.

#define NVM_TENSOR_NCxHWx_H_DIMSZ_INDEX   2U

Defines the H dimension index for NCxHWx.

tensormetadata.dimSizes[NVM_TENSOR_NCxHWx_H_DIMSZ_INDEX] = H, is the dimension value along the H dimension for the NCxHWx tensor.

Definition at line 366 of file nvmedia_tensormetadata.h.

#define NVM_TENSOR_NCxHWx_N_DIMSZ_INDEX   4U

Defines the N dimension index for NCxHWx.

tensormetadata.dimSizes[NVM_TENSOR_NCxHWx_N_DIMSZ_INDEX] = N, is the dimension value along the N dimension for the NCxHWx tensor.

Definition at line 380 of file nvmedia_tensormetadata.h.

#define NVM_TENSOR_NCxHWx_W_DIMSZ_INDEX   1U

Defines the W dimension index for NCxHWx.

tensormetadata.dimSizes[NVM_TENSOR_NCxHWx_W_DIMSZ_INDEX] = W, is the dimension value along the W dimension for the NCxHWx tensor.

Definition at line 359 of file nvmedia_tensormetadata.h.

#define NVM_TENSOR_NCxHWx_x_DIMSZ_INDEX   0U

Defines the x dimension index for NCxHWx.

tensormetadata.dimSizes[NVM_TENSOR_NCxHWx_x_DIMSZ_INDEX] = x, is the dimension value along the x dimension for the NCxHWx tensor.

Definition at line 352 of file nvmedia_tensormetadata.h.