NvDsInferDimsΒΆ
-
struct
NvDsInferDims Holds the dimensions of a layer.
Public Members
-
unsigned int
numDims Holds the number of dimesions in the layer.
-
unsigned int
d[NVDSINFER_MAX_DIMS] Holds the size of the layer in each dimension.
-
unsigned int
numElements Holds the number of elements in the layer, including all dimensions.
-
unsigned int