tensorflow-windows-wheel icon indicating copy to clipboard operation
tensorflow-windows-wheel copied to clipboard

Tensorflow c++ api debug dll

Open hetul-patel opened this issue 4 years ago • 3 comments

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.

hetul-patel avatar May 28 '20 15:05 hetul-patel

It has been several years since the debug version of Tensorflow failed to build.

fo40225 avatar May 29 '20 05:05 fo40225

bazel build -c dbg //tensorflow:tensorflow_cc

Good luck!

fo40225 avatar May 29 '20 05:05 fo40225

@fo40225 Thanks. I will try this.

hetul-patel avatar May 29 '20 06:05 hetul-patel