tensorflow-cmake
tensorflow-cmake copied to clipboard
I can't compiled the example
Hi I follow te README but whe I compile I can't link the main and neither the libtensorflow_all.so
I have a lot of undefined reference. I copy and paste a couple:
main.cc:(.text+0x13c): undefined reference to tensorflow::SessionOptions::SessionOptions()' /usr/local/lib/libtensorflow_all.so: undefined reference to tensorflow::Tensor::ComputeFlatOuterDims(tensorflow::gtl::ArraySlice
What I did wrong?
Thanks
i got the same issue. @contactmat did you fix it?