bmer
bmer t1_it5y7xk wrote
Reply to comment by CommunismDoesntWork in [P] libtensorflow_cc: Pre-built TensorFlow C++ API by lennart-reiher-ika
Windows still has a huge market share in most industries and some people prefer a standalone application. Which means that we need to support it if we want things to be used.
bmer t1_it3olbz wrote
Windows support would be great. I’ve previously tried to get windows to work, but never managed to resolve the missing symbols issue.
See for example: https://github.com/tensorflow/tensorflow/issues/41904
In the end I used the c api, which works on Linux, windows and Mac and are available precompiled from the website.
bmer t1_it96oiz wrote
Reply to comment by lennart-reiher-ika in [P] libtensorflow_cc: Pre-built TensorFlow C++ API by lennart-reiher-ika
It’s been awhile since I’ve looked at it, so not sure how hard it would be to get to work. I only commented since you mentioned that you would support other operating systems. For others interested in cross platform support there is also cppflow.