TensorFlow functions are user-defined callable abstractions built from a graph of operations, which represents the function body.
This directory contains function-specific code, spanning from the high-level, tf.function API, down to (and excluding) the graph execution framework.