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

Carries information about input or output of the algorithm. IAlgorithmIOInfo for all the input and output along with IAlgorithmVariant denotes the variation of algorithm and can be used to select or reproduce an algorithm using IAlgorithmSelector::selectAlgorithms(). More...

Public Member Functions

virtual TensorFormat getTensorFormat () const =0
 Return TensorFormat of the input/output of algorithm. More...
 
virtual DataType getDataType () const =0
 Return DataType of the input/output of algorithm. More...
 
virtual Dims getStrides () const =0
 Return strides of the input/output tensor of algorithm. More...
 

Protected Member Functions

virtual ~IAlgorithmIOInfo ()
 

Detailed Description

Carries information about input or output of the algorithm. IAlgorithmIOInfo for all the input and output along with IAlgorithmVariant denotes the variation of algorithm and can be used to select or reproduce an algorithm using IAlgorithmSelector::selectAlgorithms().

See also
IAlgorithmVariant, IAlgorithm, IAlgorithmSelector::selectAlgorithms()
Warning
Do not inherit from this class, as doing so will break forward-compatibility of the API and ABI.

Constructor & Destructor Documentation

◆ ~IAlgorithmIOInfo()

virtual nvinfer1::IAlgorithmIOInfo::~IAlgorithmIOInfo ( )
inlineprotectedvirtual

Member Function Documentation

◆ getTensorFormat()

virtual TensorFormat nvinfer1::IAlgorithmIOInfo::getTensorFormat ( ) const
pure virtual

Return TensorFormat of the input/output of algorithm.

Here is the caller graph for this function:

◆ getDataType()

virtual DataType nvinfer1::IAlgorithmIOInfo::getDataType ( ) const
pure virtual

Return DataType of the input/output of algorithm.

Here is the caller graph for this function:

◆ getStrides()

virtual Dims nvinfer1::IAlgorithmIOInfo::getStrides ( ) const
pure virtual

Return strides of the input/output tensor of algorithm.


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