TensorRT  5.1.3.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Deprecated List
Member nvinfer1::IBuilder::getHalf2Mode () const =0
This function is superseded by getFp16Mode.
Member nvinfer1::IBuilder::setHalf2Mode (bool mode)=0
This function is superseded by setFp16Mode.
Class nvinfer1::IInt8LegacyCalibrator
Member nvinfer1::IMatrixMultiplyLayer::getTranspose (int index) const =0
getTranspose is superseded by getOperation.
Member nvinfer1::IMatrixMultiplyLayer::setTranspose (int index, bool val)=0
setTranspose is superseded by setOperation.
Member nvinfer1::INetworkDefinition::addMatrixMultiply (ITensor &input0, bool transpose0, ITensor &input1, bool transpose1)=0
This interface is superseded by the overload that replaces bool with MatrixOperation.
Member nvinfer1::INetworkDefinition::addRNN (ITensor &inputs, int layerCount, std::size_t hiddenSize, int maxSeqLen, RNNOperation op, RNNInputMode mode, RNNDirection dir, Weights weights, Weights bias)=0
IRNNLayer is superseded by IRNNv2Layer. Use addRNNv2() instead.
Member nvinfer1::INetworkDefinition::getConvolutionOutputDimensionsFormula () const =0
This method does not currently work reliably and will be removed in a future release.
Member nvinfer1::INetworkDefinition::getDeconvolutionOutputDimensionsFormula () const =0
This method does not currently work reliably and will be removed in a future release.
Member nvinfer1::INetworkDefinition::setConvolutionOutputDimensionsFormula (IOutputDimensionsFormula *formula)=0
This method does not currently work reliably and will be removed in a future release.
Member nvinfer1::INetworkDefinition::setDeconvolutionOutputDimensionsFormula (IOutputDimensionsFormula *formula)=0
This method does not currently work reliably and will be removed in a future release.
Class nvinfer1::IRNNLayer
This interface is superseded by IRNNv2Layer.
Member nvinfer1::ITensor::getDynamicRange () const =0
This interface is superceded by getDynamicRangeMin and getDynamicRangeMax.
Class nvinfer1::plugin::softmaxTree
. This plugin is superseded by createRegionPlugin()