tutorials/migration_guide.md
Please check Page
For any archives version, please check this Page
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 by Dims3addConvolution(), replaced by addConvolutionNd()addPooling(), replaced by addPoolingNd()addDeconvolution(), replaced by addDeconvolutionNd()createNetwork(), replaced by createNetworkV2()buildCudaEngine(), replaced by buildEngineWithConfig()createPReLUPlugin(), replaced by addActivation() with ActivationType::kLEAKY_RELUIPlugin and IPluginExt class, replaced by IPluginV2IOExt or IPluginV2DynamicExtLogger class defined in logging.h