tree: c2ceb8a9e337f84d6bfe23cb85a78f32324f5ee9 [path history] [tgz]
  1. capture/
  2. integration_test/
  3. polymorphism/
  4. runtime_client/
  5. testing/
  6. trace_type/
  7. transform/
  8. README.md
tensorflow/core/function/README.md

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.