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

Public Member Functions

void parse (Arguments &arguments) override
 

Static Public Member Functions

static void help (std::ostream &out)
 

Public Attributes

ModelOptions model
 
BuildOptions build
 
SystemOptions system
 
InferenceOptions inference
 
ReportingOptions reporting
 
bool helps {false}
 

Member Function Documentation

◆ parse()

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

Implements sample::Options.

Here is the call graph for this function:

◆ help()

void sample::AllOptions::help ( std::ostream &  out)
static
Here is the call graph for this function:

Member Data Documentation

◆ model

ModelOptions sample::AllOptions::model

◆ build

BuildOptions sample::AllOptions::build

◆ system

SystemOptions sample::AllOptions::system

◆ inference

InferenceOptions sample::AllOptions::inference

◆ reporting

ReportingOptions sample::AllOptions::reporting

◆ helps

bool sample::AllOptions::helps {false}

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