Re: [apache/incubator-tvm] [RFC] Add TVMDSOOp to integrate any TVM operator with TensorFlow (#4464)

2020-08-13 Thread 652994331
@tobegit3hub and here is the entire cmake log: udo cmake .. -- The C compiler identification is GNU 6.4.0 -- The CXX compiler identification is GNU 6.4.0 -- Check for working C compiler: /bin/cc -- Check for working C compiler: /bin/cc - works -- Detecting C compiler ABI info -- Detecting C compil

Re: [apache/incubator-tvm] [RFC] Add TVMDSOOp to integrate any TVM operator with TensorFlow (#4464)

2020-08-13 Thread 652994331
@tobegit3hub i tried before, but unfortunately, i had this error: Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'tensorflow' CMake Error at cmake/modules/contrib/TF_TVMDSOOP.cmake:25 (message): Fail to get TensorFlow compile flags Call Stack (most

Re: [apache/incubator-tvm] [RFC] Add TVMDSOOp to integrate any TVM operator with TensorFlow (#4464)

2020-08-13 Thread tobe
@652994331 You should not `tftvm` which is deprecated and please rebuild TVM with `USE_TF_TVMSOOP=ON`. -- 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#issuecomment-67390860

Re: [apache/incubator-tvm] [RFC] Add TVMDSOOp to integrate any TVM operator with TensorFlow (#4464)

2020-08-13 Thread 652994331
@tobegit3hub Hi guys, i built tvm before and i built tvmsoop separately(not from USE_TF_TVMSOOP=ON) follow this:https://github.com/tobegit3hub/tftvm/tree/master/examples . After i got libxx.so and link them to my tvm home, i run the test import tensorflow as tf from tvm.contrib import tf_op mod