TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
nvinfer1::IAlgorithmVariant Class Referenceabstract

provides a unique 128-bit identifier, which along with the input and output information denotes the variation of algorithm and can be used to select or reproduce an algorithm, using IAlgorithmSelector::selectAlgorithms() More...

Public Member Functions

virtual int64_t getImplementation () const =0
 Return implementation of the algorithm. More...
 
virtual int64_t getTactic () const =0
 Return tactic of the algorithm. More...
 

Protected Member Functions

virtual ~IAlgorithmVariant ()
 

Detailed Description

provides a unique 128-bit identifier, which along with the input and output information denotes the variation of algorithm and can be used to select or reproduce an algorithm, using IAlgorithmSelector::selectAlgorithms()

See also
IAlgorithmIOInfo, IAlgorithm, IAlgorithmSelector::selectAlgorithms()
Note
A single implementation can have multiple tactics.
Warning
Do not inherit from this class, as doing so will break forward-compatibility of the API and ABI.

Constructor & Destructor Documentation

◆ ~IAlgorithmVariant()

virtual nvinfer1::IAlgorithmVariant::~IAlgorithmVariant ( )
inlineprotectedvirtual

Member Function Documentation

◆ getImplementation()

virtual int64_t nvinfer1::IAlgorithmVariant::getImplementation ( ) const
pure virtual

Return implementation of the algorithm.

Here is the caller graph for this function:

◆ getTactic()

virtual int64_t nvinfer1::IAlgorithmVariant::getTactic ( ) const
pure virtual

Return tactic of the algorithm.

Here is the caller graph for this function:

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