NVIDIA DeepStream SDK API Reference

5.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvDsInferLayerInfo Struct Reference

Detailed Description

Holds information about one layer in the model.

Definition at line 86 of file nvdsinfer.h.

Collaboration diagram for NvDsInferLayerInfo:

Data Fields

NvDsInferDataType dataType
 Holds the data type of the layer. More...
 
union {
   NvDsInferDims   inferDims
 
}; 
 Holds the dimensions of the layer. More...
 
int bindingIndex
 Holds the TensorRT binding index of the layer. More...
 
const char * layerName
 Holds the name of the layer. More...
 
void * buffer
 Holds a pointer to the buffer for the layer data. More...
 
int isInput
 Holds a Boolean; true if the layer is an input layer, or false if an output layer. More...
 

Field Documentation

union { ... }

Holds the dimensions of the layer.

int NvDsInferLayerInfo::bindingIndex

Holds the TensorRT binding index of the layer.

Definition at line 96 of file nvdsinfer.h.

void* NvDsInferLayerInfo::buffer

Holds a pointer to the buffer for the layer data.

Definition at line 100 of file nvdsinfer.h.

NvDsInferDataType NvDsInferLayerInfo::dataType

Holds the data type of the layer.

Definition at line 89 of file nvdsinfer.h.

NvDsInferDims NvDsInferLayerInfo::inferDims

Definition at line 92 of file nvdsinfer.h.

int NvDsInferLayerInfo::isInput

Holds a Boolean; true if the layer is an input layer, or false if an output layer.

Definition at line 103 of file nvdsinfer.h.

const char* NvDsInferLayerInfo::layerName

Holds the name of the layer.

Definition at line 98 of file nvdsinfer.h.


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