TensorRT-RTX 1.0.0
Deprecated List
Class IPluginCreator
Deprecated in TensorRT 10.0. Please implement IPluginCreatorV3One along with IPluginV3 plugins instead.
Member nvinfer1::ICudaEngine::hasImplicitBatchDimension () const noexcept
Deprecated in TensorRT 10.0. Implicit batch is no supported since TensorRT 10.0.
Member nvinfer1::IExecutionContext::setDeviceMemory (void *memory) noexcept
Deprecated in TensorRT 10.1. Superseded by setDeviceMemoryV2().
Member nvinfer1::IOptimizationProfile::getShapeValues (char const *inputName, OptProfileSelector select) const noexcept
Deprecated in TensorRT 10.11. Superseded by getShapeValuesV2().
Member nvinfer1::IOptimizationProfile::setShapeValues (char const *inputName, OptProfileSelector select, int32_t const *values, int32_t nbValues) noexcept
Deprecated in TensorRT 10.11. Superseded by setShapeValuesV2().
Member nvinfer1::IPluginRegistry::deregisterCreator (IPluginCreator const &creator) noexcept=0
Deprecated in TensorRT 10.0. Superseded by IPluginRegistry::deregisterCreator(IPluginCreatorInterface const&).
Member nvinfer1::IPluginRegistry::getPluginCreator (AsciiChar const *const pluginName, AsciiChar const *const pluginVersion, AsciiChar const *const pluginNamespace="") noexcept=0
Deprecated in TensorRT 10.0. Superseded by IPluginRegistry::getCreator(AsciiChar const* const, AsciiChar const* const, AsciiChar const* const).
Member nvinfer1::IPluginRegistry::getPluginCreatorList (int32_t *const numCreators) const noexcept=0
Deprecated in TensorRT 10.0. Superseded by IPluginRegistry::getAllCreators(int32_t* const).
Member nvinfer1::IPluginRegistry::registerCreator (IPluginCreator &creator, AsciiChar const *const pluginNamespace) noexcept=0
Deprecated in TensorRT 10.0. Superseded by IPluginRegistry::registerCreator(IPluginCreatorInterface&, AsciiChar const* const).
Class nvinfer1::IPluginV2
Deprecated in TensorRT 8.5. Implement IPluginV3 instead.
Class nvinfer1::IPluginV2DynamicExt
Deprecated in TensorRT 10.0. Please implement IPluginV3 instead.
Class nvinfer1::IPluginV2Ext
Deprecated in TensorRT 8.5. Implement IPluginV3 instead.
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.
Class nvinfer1::IPluginV2IOExt
Deprecated in TensorRT 10.0. Implement IPluginV3 instead.
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::kDIRECT_IO
Deprecated in TensorRT 10.7. Unneeded API.
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::kREJECT_EMPTY_ALGORITHMS
Deprecated in TensorRT 10.10. Unneeded API due to IAlgorithmSelector deprecation.
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::PluginCreatorVersion
Deprecated in TensorRT 10.10. PluginCreatorVersion is used only in relation to plugin creators based off IPluginCreator, which 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
Class PluginVersion
Deprecated in TensorRT 10.10. PluginVersion is used only in relation to IPluginV2-descendent plugin interfaces, which are all deprecated.

  Copyright © 2024 NVIDIA Corporation
  Privacy Policy | Manage My Privacy | Do Not Sell or Share My Data | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact