STT-tensorflow/tensorflow/examples
A. Unique TensorFlower 985ad0276a PY2 removal cleanup
PiperOrigin-RevId: 352907145
Change-Id: I82de30d92dc9c2b53215d6d5732c67afe339c23d
2021-01-20 17:11:44 -08:00
..
adding_an_op PY2 removal cleanup 2021-01-20 17:11:44 -08:00
android Move deprecated example. 2020-09-29 07:19:05 -07:00
image_retraining
label_image PY2 removal cleanup 2021-01-20 17:11:44 -08:00
multibox_detector BUILD file cleanup 2020-09-30 16:03:47 -07:00
speech_commands PY2 removal cleanup 2021-01-20 17:11:44 -08:00
udacity
wav_to_spectrogram BUILD file cleanup 2020-09-30 16:03:47 -07:00
__init__.py
README.md Add a public readme explaining the state of this examples directory. 2020-10-28 07:29:47 -07:00

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.