TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
SampleINT8APIParams Struct Reference

The SampleINT8APIParams structure groups the additional parameters required by the INT8 API sample. More...

Collaboration diagram for SampleINT8APIParams:

Public Attributes

bool verbose {false}
 
bool writeNetworkTensors {false}
 
int dlaCore {-1}
 
SampleINT8APIPreprocessing mPreproc
 
std::string modelFileName
 
std::vector< std::string > dataDirs
 
std::string dynamicRangeFileName
 
std::string imageFileName
 
std::string referenceFileName
 
std::string networkTensorsFileName
 

Detailed Description

The SampleINT8APIParams structure groups the additional parameters required by the INT8 API sample.

Member Data Documentation

◆ verbose

bool SampleINT8APIParams::verbose {false}

◆ writeNetworkTensors

bool SampleINT8APIParams::writeNetworkTensors {false}

◆ dlaCore

int SampleINT8APIParams::dlaCore {-1}

◆ mPreproc

SampleINT8APIPreprocessing SampleINT8APIParams::mPreproc

◆ modelFileName

std::string SampleINT8APIParams::modelFileName

◆ dataDirs

std::vector<std::string> SampleINT8APIParams::dataDirs

◆ dynamicRangeFileName

std::string SampleINT8APIParams::dynamicRangeFileName

◆ imageFileName

std::string SampleINT8APIParams::imageFileName

◆ referenceFileName

std::string SampleINT8APIParams::referenceFileName

◆ networkTensorsFileName

std::string SampleINT8APIParams::networkTensorsFileName

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