NVIDIA DeepStream SDK API Reference

6.4 Release
nvdsinfer::UffModelParser::ModelParams Struct Reference

Detailed Description

Definition at line 102 of file nvdsinfer_model_builder.h.

Data Fields

std::string uffFilePath
 
nvuffparser::UffInputOrder inputOrder
 
std::vector< std::string > inputNames
 
std::vector< nvinfer1::Dims > inputDims
 
std::vector< std::string > outputNames
 

Field Documentation

◆ inputDims

std::vector<nvinfer1::Dims> nvdsinfer::UffModelParser::ModelParams::inputDims

Definition at line 107 of file nvdsinfer_model_builder.h.

◆ inputNames

std::vector<std::string> nvdsinfer::UffModelParser::ModelParams::inputNames

Definition at line 106 of file nvdsinfer_model_builder.h.

◆ inputOrder

nvuffparser::UffInputOrder nvdsinfer::UffModelParser::ModelParams::inputOrder

Definition at line 105 of file nvdsinfer_model_builder.h.

◆ outputNames

std::vector<std::string> nvdsinfer::UffModelParser::ModelParams::outputNames

Definition at line 108 of file nvdsinfer_model_builder.h.

◆ uffFilePath

std::string nvdsinfer::UffModelParser::ModelParams::uffFilePath

Definition at line 104 of file nvdsinfer_model_builder.h.

Referenced by nvdsinfer::UffModelParser::getModelName().


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