NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsInferDims Struct Reference

Detailed Description

Holds the dimensions of a layer.

Definition at line 46 of file nvdsinfer.h.

Data Fields

unsigned int numDims
 Holds the number of dimesions in the layer. More...
 
unsigned int d [NVDSINFER_MAX_DIMS]
 Holds the size of the layer in each dimension. More...
 
unsigned int numElements
 Holds the number of elements in the layer, including all dimensions. More...
 

Field Documentation

◆ d

unsigned int NvDsInferDims::d[NVDSINFER_MAX_DIMS]

Holds the size of the layer in each dimension.

Definition at line 51 of file nvdsinfer.h.

◆ numDims

unsigned int NvDsInferDims::numDims

Holds the number of dimesions in the layer.

Definition at line 49 of file nvdsinfer.h.

◆ numElements

unsigned int NvDsInferDims::numElements

Holds the number of elements in the layer, including all dimensions.

Definition at line 53 of file nvdsinfer.h.


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