- Class IPluginCreator
- Deprecated in TensorRT 10.0. Please implement IPluginCreatorV3One along with IPluginV3 plugins instead.
- Class IStreamReader
- Deprecated in TensorRT 11.0. Superseded by IStreamReaderV2.
- Member nvinfer1::IAttention::getCausal () const noexcept
- Deprecated in TensorRT 10.16. Superseded by getCausalKind.
- Member nvinfer1::IAttention::setCausal (bool isCausal) noexcept
- Deprecated in TensorRT 10.16. Superseded by setCausalKind.
- Member nvinfer1::IExecutionContext::setDeviceMemory (void *memory) noexcept
- Deprecated in TensorRT 10.1. Superseded by setDeviceMemoryV2().
- Member nvinfer1::INetworkDefinition::addAttention (ITensor &query, ITensor &key, ITensor &value, AttentionNormalizationOp normOp, bool causal) noexcept
- Deprecated in TensorRT 10.16. Superseded by addAttentionV2 with CausalMaskKind parameter.
- Member nvinfer1::INetworkDefinition::addNMS (ITensor &boxes, ITensor &scores, ITensor &maxOutputBoxesPerClass) noexcept
- Deprecated in TensorRT 10.14. Superseded by four-argument addNMS.
- Member nvinfer1::INetworkDefinition::addNonZero (ITensor &input) noexcept
- Deprecated in TensorRT 10.14. Superseded by two-argument addNonZero.
- Member nvinfer1::INetworkDefinition::addNormalization (ITensor &input, ITensor &scale, ITensor &bias, uint32_t axesMask) noexcept
- Deprecated in TensorRT 10.15. Superseded by addNormalizationV2().
- Member nvinfer1::INetworkDefinition::addPluginV2 (ITensor *const *inputs, int32_t nbInputs, IPluginV2 &plugin) noexcept
- Deprecated in TensorRT 10.8. Superseded by addPluginV3.
- Member nvinfer1::INetworkDefinition::addTopK (ITensor &input, TopKOperation op, int32_t k, uint32_t reduceAxes) noexcept
- Deprecated in TensorRT 10.14. Superseded by five-argument addTopK.
- 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 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.
- Class nvinfer1::IPluginV2IOExt
- Deprecated in TensorRT 10.0. Implement IPluginV3 instead.
- Class nvinfer1::IPluginV2Layer
- Deprecated in TensorRT 10.8. Superseded by IPluginV3Layer.
- 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::kDIRECT_IO
- Deprecated in TensorRT 10.7. Unneeded API.
- Member nvinfer1::kSAFETY_SCOPE
- Deprecated in TensorRT 10.16. In EngineCapability::kSTANDARD flow, safety restrictions are no longer supported. In EngineCapability::kSAFETY and EngineCapability::kDLA_STANDALONE flows, restrictions are enforced natively. This flag is retained for API compatibility but is ignored.
- Member nvinfer1::kSTRONGLY_TYPED
- Deprecated in TensorRT 11.0. Strongly typed mode is always enabled. This flag is retained for API compatibility but is ignored.
- 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
- Member nvinfer1::v_1_0::IOutputAllocator::reallocateOutput (char const *, void *, uint64_t, uint64_t) noexcept
- Deprecated in TensorRT 10.0. Superseded by reallocateOutputAsync with cudaStream_t argument
- Class nvinfer1::v_1_0::IStreamReader
- Deprecated in TensorRT 11.0. Superseded by IStreamReaderV2.
- 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