tree: 1ed346641fedc1662c5eb3edfd92c5dca19bed29 [path history] [tgz]
  1. polymorphism/
  2. testing/
  3. trace_type/
  4. BUILD
  5. README.md
  6. runtime_client.cc
  7. runtime_client.h
  8. runtime_client.py
  9. runtime_client_pybind.cc
  10. runtime_client_test.cc
  11. runtime_client_test.py
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.