mercredi 20 décembre 2017

Tensorflow Op: how to include -ltensorflow_framework?

I followed the instructions of this tutorial:

http://ift.tt/2oXmLdP

There is this comment provided: g++ -std=c++11 -shared zero_out.cc -o zero_out.so -fPIC -I$TF_INC -I$TF_INC/external/nsync/public -L$TF_LIB -ltensorflow_framework -O2

But the linker cannot find -ltensorflow_framework (it should be a tensorflow_frameowork.so file!?)

After some research, I found following links:

I tried to search for sudo find /usr/. -name "tensorflow_framework.so" recursively but I could not find anything. Tensorflow is installed for sure via anaconda and I also cloned and compiled the repository from source.

How to find a way to include the -ltensorflow_framework?

Aucun commentaire:

Enregistrer un commentaire