TensorRT  8.2.0
nvinfer1::IAlgorithmIOInfo Class Reference

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...

#include <NvInfer.h>

Inheritance diagram for nvinfer1::IAlgorithmIOInfo:
nvinfer1::INoCopy

Public Member Functions

TensorFormat getTensorFormat () const noexcept
 Return TensorFormat of the input/output of algorithm.
 
DataType getDataType () const noexcept
 Return DataType of the input/output of algorithm.
 
Dims getStrides () const noexcept
 Return strides of the input/output tensor of algorithm.
 

Protected Attributes

apiv::VAlgorithmIOInfo * mImpl
 

Additional Inherited Members

- Protected Member Functions inherited from nvinfer1::INoCopy
 INoCopy (const INoCopy &other)=delete
 
INoCopyoperator= (const INoCopy &other)=delete
 
 INoCopy (INoCopy &&other)=delete
 
INoCopyoperator= (INoCopy &&other)=delete
 

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.

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