STT-tensorflow/tensorflow/examples/README.md
Mark Daoust 08af2ba27c Add a public readme explaining the state of this examples directory.
PiperOrigin-RevId: 339454688
Change-Id: If60bc8c5783d09769d828386932d84cf4bf065cd
2020-10-28 07:29:47 -07:00

746 B

TensorFlow C++ Examples

This directory contains examples of the TensorFlow C++ API (and some redirects). If that's not what you're looking for here are some links:

About these examples

  • The C++ API is only easily buildable from within the TensorFlow bazel build. If you need a stand alone build see the C API.
  • This directory is not actively maintained.