tensorflow-windows-wheel
tensorflow-windows-wheel copied to clipboard
Tensorflow c++ api debug dll
Current Tensorflow c++ dlls only works in release mode in VS. Can you provide compiled DLL or compilation guide for debug build? It would let memory leak checking utilities (for e.g VS inbuilt memory leak checker) run properly as it only works in debug build.
It has been several years since the debug version of Tensorflow failed to build.
bazel build -c dbg //tensorflow:tensorflow_cc
Good luck!
@fo40225 Thanks. I will try this.