Back to Tensorflow

README

tensorflow/core/function/README.md

2.21.0280 B
Original Source

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.