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

#include <NvInfer.h>

Public Member Functions

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

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: