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
Post a Comment