NVIDIA DeepStream SDK API Reference6.0.1 Release |
Holds the dimensions of a layer.
Definition at line 45 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... | |
unsigned int NvDsInferDims::d[NVDSINFER_MAX_DIMS] |
Holds the size of the layer in each dimension.
Definition at line 50 of file nvdsinfer.h.
unsigned int NvDsInferDims::numDims |
Holds the number of dimesions in the layer.
Definition at line 48 of file nvdsinfer.h.
unsigned int NvDsInferDims::numElements |
Holds the number of elements in the layer, including all dimensions.
Definition at line 52 of file nvdsinfer.h.