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...
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.
◆ ~IAlgorithmIOInfo()
virtual nvinfer1::IAlgorithmIOInfo::~IAlgorithmIOInfo |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ getTensorFormat()
virtual TensorFormat nvinfer1::IAlgorithmIOInfo::getTensorFormat |
( |
| ) |
const |
|
pure virtual |
Return TensorFormat of the input/output of algorithm.
◆ getDataType()
virtual DataType nvinfer1::IAlgorithmIOInfo::getDataType |
( |
| ) |
const |
|
pure virtual |
Return DataType of the input/output of algorithm.
◆ 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: