Migration Guide
January 20, 2026 ยท View on GitHub
Newest Migration Guide
Please check Page
For any archives version, please check this Page
(DEPRECATED) Migrating from TensorRT 4.x to 7.x
NOTE: Both TensorRT 4.x and 7.x are DEPRECATED by NVIDIA officially, so this part is outdated.
The following APIs are deprecated and replaced in TensorRT 7.
DimsCHW, replaced byDims3addConvolution(), replaced byaddConvolutionNd()addPooling(), replaced byaddPoolingNd()addDeconvolution(), replaced byaddDeconvolutionNd()createNetwork(), replaced bycreateNetworkV2()buildCudaEngine(), replaced bybuildEngineWithConfig()createPReLUPlugin(), replaced byaddActivation()withActivationType::kLEAKY_RELUIPluginandIPluginExtclass, replaced byIPluginV2IOExtorIPluginV2DynamicExt- Use the new
Loggerclass defined inlogging.h