NvDsInferDims¶
- class pyds.NvDsInferDims¶
- Specifies dimensions of a layer. - Variables:
- numDims – int, Number of dimesions of the layer. 
- numElements – int, Number of elements in the layer including all dimensions. 
- d – np.array of int, Size of the layer in each dimension. 
 
 - cast(*args, **kwargs)¶
- Overloaded function. - cast(self: capsule) -> pyds.NvDsInferDims 
 - cast given object/data to - NvDsInferDims, call pyds.NvDsInferDims.cast(data)- cast(self: int) -> pyds.NvDsInferDims 
 - cast given object/data to - NvDsInferDims, call pyds.NvDsInferDims.cast(data)