From 08af2ba27cbf78706c72c41537255288fbdccaf0 Mon Sep 17 00:00:00 2001 From: Mark Daoust <markdaoust@google.com> Date: Wed, 28 Oct 2020 07:24:46 -0700 Subject: [PATCH] Add a public readme explaining the state of this examples directory. PiperOrigin-RevId: 339454688 Change-Id: If60bc8c5783d09769d828386932d84cf4bf065cd --- tensorflow/examples/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tensorflow/examples/README.md diff --git a/tensorflow/examples/README.md b/tensorflow/examples/README.md new file mode 100644 index 00000000000..d2869e7d321 --- /dev/null +++ b/tensorflow/examples/README.md @@ -0,0 +1,16 @@ +# 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: + +* For TensorFlow python examples see + [the tutorials on tensorflow.org](https://tensorflow.org/tutorials) +* For community maintained keras examples goto [keras.io/examples](https://keras.io/examples/) +* For TensorFlow Lite examples see [the tensorflow/examples repository](https://github.com/tensorflow/examples/tree/master/lite) + +## 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](https://www.tensorflow.org/install/lang_c). +* This directory is not actively maintained. +