NvDsInferLayerInfoΒΆ
- 
struct NvDsInferLayerInfo
- Holds information about one layer in the model. - Public Members - 
NvDsInferDataType dataType
- Holds the data type of the layer. 
 - 
union NvDsInferLayerInfo::[anonymous] [anonymous]
- Holds the dimensions of the layer. 
 - 
int bindingIndex
- Holds the TensorRT binding index of the layer. 
 - 
const char *layerName
- Holds the name of the layer. 
 - 
void *buffer
- Holds a pointer to the buffer for the layer data. 
 - 
int isInput
- Holds a Boolean; true if the layer is an input layer, or false if an output layer. 
 
- 
NvDsInferDataType