Loading a TensorFlow graph with the C++ API
Jim Fleming
3216
Thanks for the tutorial. I have some additional questions.
Does the location of “models/graph.pb” matter? Does it need to be inside “tensorflow”?
Also, when I run “bazel build :loader”, it fails with “Target //tensorflow/loader:loader failed to build”. Can’t seem to find what I am doing wrong