tensorflow-cpp
tensorflow-cpp copied to clipboard
How to use this code?
Hi, I was just going through the project. didn't find anything on how to use this project. like there is no demo or example to check this. so can u tell me how to use it after you build. Thanks
I tried to make this Makefile https://github.com/jhjin/tensorflow-cpp/blob/master/Makefile self-explanatory. make app and make run will tell you how to compile the example app and execute it. Note that this script is written some times ago, so I expect it may not work smoothly with newer version of bazel.