You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: