Back to Examples

FX Examples

fx/README.md

latest499 B
Original Source

FX Examples

This folder contains several examples of program transformations implemented using torch.fx. More information about FX can be found in the documentation.

Note that all examples should be runnable as standalone Python files. In the case of an exception, the example will appear in a subfolder with a README.md file explaining how to run the example.

As FX is currently in a Beta release, the API or these examples are subject to change.