STT-tensorflow/tf/tensorflow/examples
Mihai Maruseac 06923bb4fe initial
2021-01-21 09:06:36 -08:00
..
adding_an_op initial 2021-01-21 09:06:36 -08:00
android initial 2021-01-21 09:06:36 -08:00
image_retraining initial 2021-01-21 09:06:36 -08:00
label_image initial 2021-01-21 09:06:36 -08:00
multibox_detector initial 2021-01-21 09:06:36 -08:00
speech_commands initial 2021-01-21 09:06:36 -08:00
udacity initial 2021-01-21 09:06:36 -08:00
wav_to_spectrogram initial 2021-01-21 09:06:36 -08:00
__init__.py initial 2021-01-21 09:06:36 -08:00
README.md initial 2021-01-21 09:06:36 -08: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.