NVIDIA DeepStream SDK API Reference

4.0 Release

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

Detailed Description

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...
 

Field Documentation

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.


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