TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
sample::ModelOptions Struct Reference
Inheritance diagram for sample::ModelOptions:
Collaboration diagram for sample::ModelOptions:

Public Member Functions

void parse (Arguments &arguments) override
 

Static Public Member Functions

static void help (std::ostream &out)
 

Public Attributes

BaseModelOptions baseModel
 
std::string prototxt
 
std::vector< std::string > outputs
 
UffInput uffInputs
 

Member Function Documentation

◆ parse()

void sample::ModelOptions::parse ( Arguments arguments)
overridevirtual

Implements sample::Options.

Here is the call graph for this function:

◆ help()

void sample::ModelOptions::help ( std::ostream &  out)
static

Member Data Documentation

◆ baseModel

BaseModelOptions sample::ModelOptions::baseModel

◆ prototxt

std::string sample::ModelOptions::prototxt

◆ outputs

std::vector<std::string> sample::ModelOptions::outputs

◆ uffInputs

UffInput sample::ModelOptions::uffInputs

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