NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only

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

◆ NVM_TENSOR_NCxHWx_Cx_DIMSZ_INDEX

#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 402 of file nvmedia_tensormetadata.h.

◆ NVM_TENSOR_NCxHWx_H_DIMSZ_INDEX

#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 394 of file nvmedia_tensormetadata.h.

◆ NVM_TENSOR_NCxHWx_N_DIMSZ_INDEX

#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 410 of file nvmedia_tensormetadata.h.

◆ NVM_TENSOR_NCxHWx_W_DIMSZ_INDEX

#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 386 of file nvmedia_tensormetadata.h.

◆ NVM_TENSOR_NCxHWx_x_DIMSZ_INDEX

#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 378 of file nvmedia_tensormetadata.h.