NVIDIA DeepStream SDK API Reference

4.0.2 Release

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

Detailed Description

Specifies dimensions of a layer.

Definition at line 33 of file nvdsinfer.h.

Data Fields

unsigned int numDims
 Number of dimesions of the layer. More...
 
unsigned int d [NVDSINFER_MAX_DIMS]
 Size of the layer in each dimension. More...
 
unsigned int numElements
 Number of elements in the layer including all dimensions. More...
 

Field Documentation

unsigned int NvDsInferDims::d[NVDSINFER_MAX_DIMS]

Size of the layer in each dimension.

Definition at line 38 of file nvdsinfer.h.

unsigned int NvDsInferDims::numDims

Number of dimesions of the layer.

Definition at line 36 of file nvdsinfer.h.

unsigned int NvDsInferDims::numElements

Number of elements in the layer including all dimensions.

Definition at line 40 of file nvdsinfer.h.


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