Closed duocang closed 5 years ago
Hi, I do not quite understand the question.
why do we need a tensorflow.dll
- tensorflow.dll way to use C API without the need to build TF, as well as have a single cross-platform interface.
I also do not urge to use C API, if you prefer to use any other API, better use it.
For internal reasons at work, it was convenient to use the С API, later I made this repository purely, for example, maybe it turned out to be useful to someone.
what's the relation between c++ client session and c_api TF_Session and core/public/session in tensorflow source code
- It is well described in the answer https://stackoverflow.com/a/44714132/9514814.
Again, in this repository, examples of the code that we use at work, other wrappings and implementations are possible.
Do you have any additional questions?
@Neargye I am searing more information, but I can shutdown this for now.
This is a question mentioned in stackoverflow.
I am also confused, when people use
Session* session
, whileTF_session* session
is used here.The question comes to here: why do we need a tensorflow.dll