[GitHub] [incubator-tvm] tobegit3hub commented on issue #4464: [RFC] Add TVMDSOOp to integrate any TVM operator with TensorFlow

2020-08-14 Thread GitBox
tobegit3hub commented on issue #4464: URL: https://github.com/apache/incubator-tvm/issues/4464#issuecomment-673935381 @652994331 You need to install `tensorflow` so that TVMDSOOp could link to TensorFlow libraries. Here is the error message from your cmake. ``` ModuleNotFou

[GitHub] [incubator-tvm] tobegit3hub commented on issue #4464: [RFC] Add TVMDSOOp to integrate any TVM operator with TensorFlow

2020-08-13 Thread GitBox
tobegit3hub commented on issue #4464: URL: https://github.com/apache/incubator-tvm/issues/4464#issuecomment-673908609 @652994331 You should not `tftvm` which is deprecated and please rebuild TVM with `USE_TF_TVMSOOP=ON`. Thi

[GitHub] [incubator-tvm] tobegit3hub commented on issue #4464: [RFC] Add TVMDSOOp to integrate any TVM operator with TensorFlow

2020-04-29 Thread GitBox
tobegit3hub commented on issue #4464: URL: https://github.com/apache/incubator-tvm/issues/4464#issuecomment-621593883 The PR has been merged and we will close this issue. This is an automated message from the Apache Git Servi

[GitHub] [incubator-tvm] tobegit3hub commented on issue #4464: [RFC] Add TVMDSOOp to integrate any TVM operator with TensorFlow

2019-12-08 Thread GitBox
tobegit3hub commented on issue #4464: [RFC] Add TVMDSOOp to integrate any TVM operator with TensorFlow URL: https://github.com/apache/incubator-tvm/issues/4464#issuecomment-563093299 Thanks @jwfromm and you're definitely right. This is the fastest way to integrate TVM functions into Tensor

[GitHub] [incubator-tvm] tobegit3hub commented on issue #4464: [RFC] Add TVMDSOOp to integrate any TVM operator with TensorFlow

2019-12-03 Thread GitBox
tobegit3hub commented on issue #4464: [RFC] Add TVMDSOOp to integrate any TVM operator with TensorFlow URL: https://github.com/apache/incubator-tvm/issues/4464#issuecomment-561510740 The implementation of this proposal has been submit to https://github.com/apache/incubator-tvm/pull/4459 .