About the FX (Functional Transformations) category

FX is a toolkit for developers to use to transform nn.Module instances. FX consists of three main components: a symbolic tracer, an intermediate representation , and Python code generation .

The docs can be found here.