+ 2
Any idea on how to use tensor flow with c++?
I could find only python/Javascript related libraries to use tensor flow is there any to use in c++
1 Respuesta
+ 2
Currently it's only the C++ Session interface, and the C API are being supported. You can actually use Both of them to execute Tensorflow Graphs which are already built by the Python API
I hope this helps 😊