I\'m interested in incorporating TensorFlow into a C++ server application built in Visual Studio on Windows 10 and I need to know if that\'s possible. Google recently annou
For our latest work on building TensorFlow C++ API on Windows, please look at this github page. This works on Windows 10, currently without CUDA support (only CPU).
PS: Only the bazel build method works, because CMake is not supported and not maintained anymore, resulting in CMake configuration errors.