@tobegit3hub It seems there are some lines about tensorflow path from the
cmakelist.txt of tftvm projects(which's deprecated like u said)
https://github.com/tobegit3hub/tftvm/blob/master/CMakeLists.txt
but in the cmakelist.txt of incubator-tvm projects(i am using the master
branch), i cant find
@tobegit3hub Maybe i should set up the tensorflow path in the config.cmake
before i cmake tvm, sorry i am not pretty sure
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-tvm/issues/4464#is
@tobegit3hub thanks for the reply, i used pip install and also build
tensorflow from source , if i use import tensorflow as tf; tf.__version__ i can
find 1.15.0 in my env. i guess there's something wrong with the path?
--
You are receiving this because you are subscribed to this thread.
Reply
@652994331 You need to install `tensorflow` so that TVMDSOOp could link to
TensorFlow libraries.
Here is the error message from your cmake.
```
ModuleNotFoundError: No module named 'tensorflow'
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directl