Sample Support Guide#

The TensorRT samples demonstrate how to use the TensorRT API for common inference workflows, including model conversion, network building, optimization, and deployment across different platforms.

Note

The TensorRT samples are provided for illustrative purposes only and are not meant to be used or taken as production-quality code examples.

Quick Start#

New to TensorRT? Choose a sample based on your preferred language:

C++ Samples:

Python Samples:

These samples introduce core TensorRT concepts with clear explanations and step-by-step guidance.

In this guide