|
|
NVIDIA DeepStream SDK API Reference4.0.2 Release |
Holds information about one layer in the model.
Definition at line 74 of file nvdsinfer.h.

Data Fields | |
| NvDsInferDataType | dataType |
| Data type of the layer. More... | |
| NvDsInferDims | dims |
| Dimensions of the layer. More... | |
| int | bindingIndex |
| TensorRT binding index of the layer. More... | |
| const char * | layerName |
| Name of the layer. More... | |
| void * | buffer |
| Pointer to the buffer for the layer data. More... | |
| int | isInput |
| Boolean indicating if the layer is an input layer. More... | |
| int NvDsInferLayerInfo::bindingIndex |
TensorRT binding index of the layer.
Definition at line 81 of file nvdsinfer.h.
| void* NvDsInferLayerInfo::buffer |
Pointer to the buffer for the layer data.
Definition at line 85 of file nvdsinfer.h.
| NvDsInferDataType NvDsInferLayerInfo::dataType |
Data type of the layer.
Definition at line 77 of file nvdsinfer.h.
| NvDsInferDims NvDsInferLayerInfo::dims |
Dimensions of the layer.
Definition at line 79 of file nvdsinfer.h.
| int NvDsInferLayerInfo::isInput |
Boolean indicating if the layer is an input layer.
The layer is an output layer when the flag is set to 0.
Definition at line 88 of file nvdsinfer.h.
| const char* NvDsInferLayerInfo::layerName |
Name of the layer.
Definition at line 83 of file nvdsinfer.h.