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
SampleUffPluginV2Ext Class Reference
Collaboration diagram for SampleUffPluginV2Ext:

Public Types

template<typename T >
using SampleUniquePtr = std::unique_ptr< T, samplesCommon::InferDeleter >
 

Public Member Functions

 SampleUffPluginV2Ext (const UffSampleParams &params)
 
bool build ()
 Creates the network, configures the builder and creates the network engine. More...
 
bool infer ()
 Runs the TensorRT inference engine for this sample. More...
 
bool teardown ()
 Used to clean up any state created in the sample class. More...
 

Private Attributes

SampleUniquePtr< nvinfer1::ICudaEnginemEngine
 
samplesCommon::UffSampleParams mParams
 

Member Typedef Documentation

◆ SampleUniquePtr

template<typename T >
using SampleUffPluginV2Ext::SampleUniquePtr = std::unique_ptr<T, samplesCommon::InferDeleter>

Constructor & Destructor Documentation

◆ SampleUffPluginV2Ext()

SampleUffPluginV2Ext::SampleUffPluginV2Ext ( const UffSampleParams params)
inlineexplicit

Member Function Documentation

◆ build()

bool SampleUffPluginV2Ext::build ( )
inline

Creates the network, configures the builder and creates the network engine.

Here is the call graph for this function:

◆ infer()

bool SampleUffPluginV2Ext::infer ( )
inline

Runs the TensorRT inference engine for this sample.

Here is the call graph for this function:

◆ teardown()

bool SampleUffPluginV2Ext::teardown ( )
inline

Used to clean up any state created in the sample class.

Here is the call graph for this function:

Member Data Documentation

◆ mEngine

SampleUniquePtr<nvinfer1::ICudaEngine> SampleUffPluginV2Ext::mEngine
private

◆ mParams

samplesCommon::UffSampleParams SampleUffPluginV2Ext::mParams
private

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