NVIDIA DeepStream SDK API Reference

6.4 Release
nvdsinferserver::LayerDescription Struct Reference

Detailed Description

Stores the information of a layer in the inference model.

Definition at line 34 of file infer_ibackend.h.

Collaboration diagram for nvdsinferserver::LayerDescription:

Data Fields

InferDataType dataType = InferDataType::kFp32
 Data type of the layer. More...
 
InferDims inferDims
 Dimensions of the layer. More...
 
int bindingIndex = 0
 Index of the layer as per sequence in which the layer is added to the list of layers. More...
 
bool isInput = 0
 True if the layer is an input layer. More...
 
std::string name
 Name of the model layer. More...
 

Field Documentation

◆ bindingIndex

int nvdsinferserver::LayerDescription::bindingIndex = 0

Index of the layer as per sequence in which the layer is added to the list of layers.

Definition at line 47 of file infer_ibackend.h.

◆ dataType

InferDataType nvdsinferserver::LayerDescription::dataType = InferDataType::kFp32

Data type of the layer.

Definition at line 38 of file infer_ibackend.h.

◆ inferDims

InferDims nvdsinferserver::LayerDescription::inferDims

Dimensions of the layer.

Definition at line 42 of file infer_ibackend.h.

◆ isInput

bool nvdsinferserver::LayerDescription::isInput = 0

True if the layer is an input layer.

Definition at line 51 of file infer_ibackend.h.

◆ name

std::string nvdsinferserver::LayerDescription::name

Name of the model layer.

Definition at line 55 of file infer_ibackend.h.


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