|
|
NVIDIA DeepStream SDK API Reference4.0 Release |
Holds information about one layer in the model.
Definition at line 82 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 89 of file nvdsinfer.h.
| void* NvDsInferLayerInfo::buffer |
Pointer to the buffer for the layer data.
Definition at line 93 of file nvdsinfer.h.
| NvDsInferDataType NvDsInferLayerInfo::dataType |
Data type of the layer.
Definition at line 85 of file nvdsinfer.h.
| NvDsInferDims NvDsInferLayerInfo::dims |
Dimensions of the layer.
Definition at line 87 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 96 of file nvdsinfer.h.
| const char* NvDsInferLayerInfo::layerName |
Name of the layer.
Definition at line 91 of file nvdsinfer.h.