# JIT-compiling PyTorch code into optimized kernels, # while requiring minimal code changes. # ``torch.compile`` accomplishes this by tracing through # your Python code, looking for PyTorch operations ...
# ``torch.export`` and its related features are in prototype status and are subject to backwards compatibility # breaking changes. This tutorial provides a snapshot of ``torch.export`` usage as of ...