Building TensorFlow using Borland 7 32 bits
Posted: Fri Aug 04, 2017 9:39 am
For 64 bits you can simply download the TensorFlow.dll from here:
http://ci.tensorflow.org/view/Nightly/j ... w-windows/
git.exe clone --progress -v "https://github.com/tensorflow/tensorflow" "C:\tensorflow"
If you use TortoiseGit then simply use https://github.com/tensorflow/tensorflow as the url
Add this line as the first line in tensorflow/c/c_api.h
#define COMPILER_MSVC
cd tensorflow
c:\tensorflow>c:\bcc7\bin\bcc32 -c -Ithird_party/eigen3 tensorflow/c/c_api.cc
http://ci.tensorflow.org/view/Nightly/j ... w-windows/
git.exe clone --progress -v "https://github.com/tensorflow/tensorflow" "C:\tensorflow"
If you use TortoiseGit then simply use https://github.com/tensorflow/tensorflow as the url
Add this line as the first line in tensorflow/c/c_api.h
#define COMPILER_MSVC
cd tensorflow
c:\tensorflow>c:\bcc7\bin\bcc32 -c -Ithird_party/eigen3 tensorflow/c/c_api.cc