tensorflow-windows-wheel
tensorflow-windows-wheel copied to clipboard
hope for tensorflow1.13 cpu c++
https://github.com/fo40225/tensorflow-windows-wheel/tree/master/1.14.0/cpp
how to use it with vs2015 ?
@tongshiwen
You can find the dll in libtensorflow-cpu-windows-x86_64-1.14.0.sse2\bazel-out\x64_windows-opt\bin\tensorflow
.
I download tf1.8 cpu avx and add the dll file to x64/release path,the .lib file to project file,add the include file path to "C/C++→常规→附加包含目录", is it right?
I don't know how to compile it, can you help me? Thank you. @fo40225