torch/csrc/jit/README.md
This folder contains (most of) the C++ code for the PyTorch JIT, a language and compiler stack for executing PyTorch models portably and efficiently. To learn more about the JIT from a user perspective, please consult our reference documentation and tutorials.
A brief summary of the source tree:
Refer to each folder for more in-depth documentation.
Other relevant parts of the codebase not contained here: