NVIDIA DeepStream SDK API Reference

6.4 Release
NetworkInfo Struct Reference

Detailed Description

Holds all the file paths required to build a network.

Definition at line 39 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 42 of file yolo.h.

◆ deviceType

std::string NetworkInfo::deviceType

Definition at line 44 of file yolo.h.

◆ inputBlobName

std::string NetworkInfo::inputBlobName

Definition at line 45 of file yolo.h.

◆ networkType

std::string NetworkInfo::networkType

Definition at line 41 of file yolo.h.

◆ wtsFilePath

std::string NetworkInfo::wtsFilePath

Definition at line 43 of file yolo.h.


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