NVIDIA DeepStream SDK API Reference

7.0 Release
NetworkInfo Struct Reference

Detailed Description

Holds all the file paths required to build a network.

Definition at line 29 of file yolo.h.

Data Fields

std::string networkType
 
std::string configFilePath
 
std::string wtsFilePath
 
std::string deviceType
 
std::string inputBlobName
 

Field Documentation

◆ configFilePath

std::string NetworkInfo::configFilePath

Definition at line 32 of file yolo.h.

◆ deviceType

std::string NetworkInfo::deviceType

Definition at line 34 of file yolo.h.

◆ inputBlobName

std::string NetworkInfo::inputBlobName

Definition at line 35 of file yolo.h.

◆ networkType

std::string NetworkInfo::networkType

Definition at line 31 of file yolo.h.

◆ wtsFilePath

std::string NetworkInfo::wtsFilePath

Definition at line 33 of file yolo.h.


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