Summary:
Add tf paths to to VC++ Directories
Add tf lib to to Linker, Input
https://towardsdatascience.com/how-to-deploy-tensorflow-models-in-c-in-3-different-ways-f7e25046be29
https://medium.com/@hamedmp/exporting-trained-tensorflow-models-to-c-the-right-way-cf24b609d183
https://medium.com/vicuesoft-techblog/how-to-run-tensorflow-on-c-machine-learning-models-in-production-6d3c2e30e015
Link Tensorflow Lib:
Copy tensorflow.dll to project directory:
https://www.tensorflow.org/install/lang_c
https://blog.birost.com/a?ID=01650-3c75413e-9e1c-4c3c-ad60-eb7656c27831
https://stackoverflow.com/questions/41688217/how-to-load-a-graph-with-tensorflow-so-and-c-api-h-in-c-language
https://github.com/dhiegomaga/cppflow/tree/a9e5bf92487815c47a684437cb37d2fd42b71688
http://iamsurya.com/inference-in-c-using-tensorflow/
Only works with .c so rename .cpp to c
http://iamsurya.com/using-a-keras-model-for-inference-in-c/
https://github.com/rky0930/tf_c_api
https://medium.com/@vladislavsd/undocumented-tensorflow-c-api-b527c0b4ef6
https://medium.com/@CoyoteLeo/build-tensorflow-on-windows-c798800849eb