Is it possible to use TensorFlow C++ API on Windows?

前端 未结 5 1672
滥情空心
滥情空心 2020-12-14 03:49

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

5条回答
  •  忘掉有多难
    2020-12-14 04:26

    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.

提交回复
热议问题