Compilation =========== How Torch-TensorRT compiles models: the JIT ``torch.compile`` path, the AOT ``torch.export`` path, compilation settings, and dynamic shape configuration. .. toctree:: :maxdepth: 1 torch_compile Example: Torch Compile Advanced Usage <../../tutorials/_rendered_examples/dynamo/torch_compile_advanced_usage> dynamo_export compilation_settings dynamic_shapes Example: Compiling Models with Dynamic Input Shapes <../../tutorials/_rendered_examples/dynamo/compile_with_dynamic_inputs> unsupported_ops