NVIDIA DeepStream SDK API Reference

4.0.1 Release

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

Detailed Description

Specifies dimensions of a layer.

Definition at line 41 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 46 of file nvdsinfer.h.

unsigned int NvDsInferDims::numDims

Number of dimesions of the layer.

Definition at line 44 of file nvdsinfer.h.

unsigned int NvDsInferDims::numElements

Number of elements in the layer including all dimensions.

Definition at line 48 of file nvdsinfer.h.


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