tensorflow-cpp icon indicating copy to clipboard operation
tensorflow-cpp copied to clipboard

How to use this code?

Open LolikaPadmanbhan opened this issue 7 years ago • 1 comments

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

LolikaPadmanbhan avatar Jun 28 '18 07:06 LolikaPadmanbhan

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.

jhjin avatar Jun 28 '18 17:06 jhjin