16d3f15320
ARM CI / build (3.10) (push) Has been cancelled
cffconvert / validate (push) Has been cancelled
Creates a GitHub Issue when a PR Rolled back via Commit to Master / create-issue-on-pr-rollback (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
899 B
899 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:
- For TensorFlow python examples see the tutorials on tensorflow.org
- For community maintained keras examples goto keras.io/examples
- For TensorFlow Lite examples see the tensorflow/examples repository
- For the Udacity course notebooks, refer to this directory
About these examples
- The C++ API is only easily buildable from within the TensorFlow
bazelbuild. If you need a stand alone build see the C API. - This directory is not actively maintained.