Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Runtime link with Tensorflow C++ dll on Windows (dll import)

Tensorflow C++ library has know issues with not releasing memory after session is closed. I wanted to try whether if I load the library during run time manually, perform the operations required and then unload it, the memory deallocates.

The library does not seem to declare the classes I need using the extern "C" syntax so how can I get for example the Session class as seen here?

Comments