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, long long)'
What I did wrong?
Thanks
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 totensorflow::Tensor::ComputeFlatOuterDims(tensorflow::gtl::ArraySlice, long long)'What I did wrong?
Thanks