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