NVIDIA DeepStream SDK API Reference

6.4 Release
cvcore::ModelInferenceParams Struct Reference

Detailed Description

Struct to describe the model.

Definition at line 34 of file Model.h.

Data Fields

std::string engineFilePath
 Engine file path. More...
 
std::vector< std::string > inputLayers
 names of input layers. More...
 
std::vector< std::string > outputLayers
 names of output layers. More...
 

Field Documentation

◆ engineFilePath

std::string cvcore::ModelInferenceParams::engineFilePath

Engine file path.

Definition at line 36 of file Model.h.

◆ inputLayers

std::vector<std::string> cvcore::ModelInferenceParams::inputLayers

names of input layers.

Definition at line 37 of file Model.h.

◆ outputLayers

std::vector<std::string> cvcore::ModelInferenceParams::outputLayers

names of output layers.

Definition at line 38 of file Model.h.


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