TensorRT 10.0.0
Deprecated List
Member nvinfer1::ICudaEngine::createExecutionContextWithoutDeviceMemory () noexcept
Deprecated in TensorRT 10.0. Superseded by createExecutionContext() with parameter.
Member nvinfer1::ICudaEngine::hasImplicitBatchDimension () const noexcept
Deprecated in TensorRT 10.0. Implicit batch is no supported since TensorRT 10.0.
Member nvinfer1::IExecutionContext::allInputShapesSpecified () const noexcept
Deprecated in TensorRT 10.0. setInputShapeBinding() is removed since TensorRT 10.0.
Member nvinfer1::IInt8Calibrator::getBatchSize () const noexcept=0
Deprecated in TensorRT 10.0. Implicit batch support is removed in TensorRT 10.0.
Member nvinfer1::INetworkDefinition::addDequantize (ITensor &input, ITensor &scale) noexcept
Deprecated in TensorRT 9.0. Superseded by three-argument addDequantize.
Member nvinfer1::INetworkDefinition::addFill (Dims const &dimensions, FillOperation op) noexcept
Deprecated in TensorRT 9.0. Superseded by three-argument addFill.
Member nvinfer1::INetworkDefinition::addQuantize (ITensor &input, ITensor &scale) noexcept
Deprecated in TensorRT 9.0. Superseded by three-argument addQuantize.
Member nvinfer1::INetworkDefinition::hasImplicitBatchDimension () const noexcept
Deprecated in TensorRT 10.0. Implicit batch is not supported since TensorRT 10.0.
Class nvinfer1::IPluginV2
Deprecated in TensorRT 8.5. Implement IPluginV2DynamicExt or IPluginV2IOExt depending on your requirement.
Class nvinfer1::IPluginV2DynamicExt
Deprecated in TensorRT 10.0. Please implement IPluginV3 instead.
Class nvinfer1::IPluginV2Ext
Deprecated in TensorRT 8.5. Implement IPluginV2DynamicExt or IPluginV2IOExt depending on your requirement.
Member nvinfer1::IPluginV2Ext::canBroadcastInputAcrossBatch (int32_t inputIndex) const noexcept=0
Deprecated in TensorRT 10.0. Implicit batch support is removed in TensorRT 10.0.
Member nvinfer1::IPluginV2Ext::isOutputBroadcastAcrossBatch (int32_t outputIndex, bool const *inputIsBroadcasted, int32_t nbInputs) const noexcept=0
Deprecated in TensorRT 10.0. Implicit batch support is removed in TensorRT 10.0.
Member nvinfer1::ITensor::getBroadcastAcrossBatch () const noexcept
Deprecated in TensorRT 10.0. Implicit batch is not supported since TensorRT 10.0.
Member nvinfer1::ITensor::setBroadcastAcrossBatch (bool broadcastAcrossBatch) noexcept
Deprecated in TensorRT 10.0. Implicit batch is not supported since TensorRT 10.0.
Member nvinfer1::ITensor::setLocation (TensorLocation location) noexcept
Deprecated in TensorRT 10.0. RNNv2 is not supported and the location must always be TensorLocation::kDEVICE since TensorRT 10.0.
Member nvinfer1::kCUBLAS
Deprecated in TensorRT 10.0.
Member nvinfer1::kCUBLAS_LT
Deprecated in TensorRT 9.0.
Member nvinfer1::kCUDNN
Deprecated in TensorRT 10.0.
Member nvinfer1::kPROFILE_SHARING_0806
Deprecated in TensorRT 10.0. The default value for this flag is on and can not be changed.
Member nvinfer1::kWEIGHTLESS
Deprecated in TensorRT 10.0. Superseded by kSTRIP_PLAN.
Member nvinfer1::plugin::CodeTypeSSD
Deprecated in TensorRT 10.0. DetectionOutput plugin is deprecated.
Class nvinfer1::plugin::DetectionOutputParameters
Deprecated in TensorRT 10.0. DetectionOutput plugin is deprecated.
Class nvinfer1::plugin::NMSParameters
Deprecated in TensorRT 10.0. BatchedNMSPlugin plugin is deprecated.
Member nvinfer1::v_1_0::IGpuAllocator::allocate (uint64_t const size, uint64_t const alignment, AllocatorFlags const flags) noexcept=0
Deprecated in TensorRT 10.0. Superseded by allocateAsync
Member nvinfer1::v_1_0::IGpuAllocator::deallocate (void *const memory) noexcept=0
Deprecated in TensorRT 10.0. Superseded by deallocateAsync
Member nvinfer1::v_1_0::IGpuAsyncAllocator::allocate (uint64_t const size, uint64_t const alignment, AllocatorFlags const flags) noexcept override
Deprecated in TensorRT 10.0. Superseded by allocateAsync
Member nvinfer1::v_1_0::IGpuAsyncAllocator::deallocate (void *const memory) noexcept override
Deprecated in TensorRT 10.0. Superseded by deallocateAsync
Member nvinfer1::v_1_0::IOutputAllocator::reallocateOutput (char const *tensorName, void *currentMemory, uint64_t size, uint64_t alignment) noexcept
Deprecated in TensorRT 10.0. Superseded by reallocateOutputAsync with cudaStream_t argument