Appendix: Migrating Python Code from TensorRT 8.x to 10.x#
This page describes how to update Python code when you migrate from TensorRT 8.x to 10.x: paired examples for the name-based tensor API (buffers and I/O), enqueueV3 execution, and build_serialized_network for engine build, followed by lists of Python APIs added and removed in 10.x.
Migrating I/O Buffer Allocation to Named Tensors — Python inference and build migration walkthroughs
Python APIs Added in 10.x — Python APIs added and removed in 10.x