| Class and Description |
|---|
| org.bytedeco.tensorrt.nvinfer.IPluginV2
Deprecated in TensorRT 8.5. Implement IPluginV3 instead.
|
| org.bytedeco.tensorrt.nvinfer.IPluginV2DynamicExt
Deprecated in TensorRT 10.0. Please implement IPluginV3 instead.
|
| org.bytedeco.tensorrt.nvinfer.IPluginV2Ext
Deprecated in TensorRT 8.5. Implement IPluginV3 instead.
|
| org.bytedeco.tensorrt.nvinfer.IPluginV2IOExt
Deprecated in TensorRT 10.0. Implement IPluginV3 instead.
|
| org.bytedeco.tensorrt.nvinfer.IPluginV2Layer
Deprecated in TensorRT 10.8. Superseded by IPluginV3Layer.
|
| org.bytedeco.tensorrt.nvinfer.IStreamReader
Deprecated in TensorRT 11.0. Superseded by IStreamReaderV2.
|
| Enum and Description |
|---|
| org.bytedeco.tensorrt.global.nvinfer.PluginCreatorVersion
Deprecated in TensorRT 10.10. PluginCreatorVersion is used only in relation to plugin creators based
off IPluginCreator, which is deprecated.
|
| org.bytedeco.tensorrt.global.nvinfer.PluginVersion
Deprecated in TensorRT 10.10. PluginVersion is used only in relation to IPluginV2-descendent plugin
interfaces, which are all deprecated.
|
| Enum Constant and Description |
|---|
| org.bytedeco.tensorrt.global.nvinfer.BuilderFlag.kDIRECT_IO
Deprecated in TensorRT 10.7. Unneeded API.
|
| org.bytedeco.tensorrt.global.nvinfer.BuilderFlag.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.
|
| org.bytedeco.tensorrt.global.nvinfer.NetworkDefinitionCreationFlag.kSTRONGLY_TYPED
Deprecated in TensorRT 11.0. Strongly typed mode is always enabled.
This flag is retained for API compatibility but is ignored.
|
Copyright © 2026. All rights reserved.