TUTORIAL #9
* TUTORIAL TITLE
*LOADING A TENSORFLOW GRAPH WITH THE C++ API
* TUTORIAL DESCRIPTION
*The current documentation around loading a graph with C++ is pretty sparse.
In the TensorFlow repo there are more involved examples, such as building a graph in C++.
However, the C++ API for constructing graphs is not as complete as the Python API.
Many features (including automatic gradient computation) are not available from C++ yet.
Another example in the repo demonstrates defining your own operations but most users will never need this.
* TUTORIAL SYLLABUS
*1 - Downloading and installing Bazel.
2 - Creating the graph
3 - Creating a simple binary or shared library
4 - Compile & Run
* TRY IT
*https://medium.com/@jimfleming/loading-a-tensorflow-graph-with-the-c-api-4caaff88463f#.sq0tq7xdg