![]() |
NVIDIA DeepStream SDK API Reference4.0.1 Release |
NVIDIA DeepStream inference specifications
Description: This file defines common elements used in the API exposed by the Gst-nvinfer plugin.
Definition in file nvdsinfer.h.
Go to the source code of this file.
Data Structures | |
struct | NvDsInferDims |
Specifies dimensions of a layer. More... | |
struct | NvDsInferDimsCHW |
Specifies dimensions of a layer with 3 dimensions. More... | |
struct | NvDsInferLayerInfo |
Holds information about one layer in the model. More... | |
struct | NvDsInferNetworkInfo |
Holds information about the model network. More... | |
struct | NvDsInferObjectDetectionInfo |
Holds information about one parsed object from detector's output. More... | |
struct | NvDsInferAttribute |
Holds information about one classified attribute. More... | |
Macros | |
#define | NVDSINFER_MAX_DIMS 8 |
#define | getDimsCHWFromDims(dimsCHW, dims) |
Macro to set values on a NvDsInferDimsCHW structure from a NvDsInferDims structure. More... | |
Typedefs | |
typedef NvDsInferObjectDetectionInfo | NvDsInferParseObjectInfo |
Typedef to maintain backward compatibility. More... | |
Enumerations | |
enum | NvDsInferDataType { FLOAT = 0, HALF = 1, INT8 = 2, INT32 = 3 } |
Data type of the layers. More... | |