This directory contains the core C++ code that underlies FlexFlow, organized into the following libraries:
compiler
: Containskernels
:op-attrs
:pcg
: Contains the definitions of computation graphs and parallel computation graphs, as well as code for serializing and deserializing both graphsruntime
:substitutions
: Contains the definitions of pcg substitutions, as well as the code for serializing themutils
: