[Apache TVM Discuss] [Application] Irrespective of input same output iOS TVM model

2021-08-18 Thread Andrey Malyshev via Apache TVM Discuss
@myproject24 did you have a chance to verify if passing of CPU NDArray to input and using of the other API for copy data helps to solve the problem or not? --- [Visit Topic](https://discuss.tvm.apache.org/t/irrespective-of-input-same-output-ios-tvm-model/10765/11) to respond. You are rec

[Apache TVM Discuss] [Questions] Finding types of TVM objects and accessing their attributes in GDB

2021-08-18 Thread Johnson9009 via Apache TVM Discuss
I haven't used `tvm::Dump(xxx)`, I use `call (size_t)puts(PrettyPrint(xxx).c_str())` when the `xxx` is a large node, e.g., the whole of PrimFunc, you can try with these large node. --- [Visit Topic](https://discuss.tvm.apache.org/t/finding-types-of-tvm-objects-and-accessing-their-attribut

[Apache TVM Discuss] [Questions] No match for call to '(const std::hash

2021-08-18 Thread Sergesg via Apache TVM Discuss
@donglaxiche hello,I have solved this problem。you should checkout tvm to a early repo,for example git checkout 0b2f30aef2c1c1ed4ec504157b54ceaab182e9ab .Then it works --- [Visit Topic](https://discuss.tvm.apache.org/t/no-match-for-call-to-const-std-hash-spv-builtin-const-spv-builtin/10669/

[Apache TVM Discuss] [Questions] No match for call to '(const std::hash

2021-08-18 Thread Sergesg via Apache TVM Discuss
I met this problem too.@tqchen can you help us?thanks --- [Visit Topic](https://discuss.tvm.apache.org/t/no-match-for-call-to-const-std-hash-spv-builtin-const-spv-builtin/10669/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails,

[Apache TVM Discuss] [Questions] Where is the debug log of tvm?

2021-08-18 Thread Yuchen Jin via Apache TVM Discuss
no problem, have fun!! --- [Visit Topic](https://discuss.tvm.apache.org/t/where-is-the-debug-log-of-tvm/10829/5) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/c70a

[Apache TVM Discuss] [Questions] Support for dynamic_rnn tensorflow

2021-08-18 Thread Zhonhel via Apache TVM Discuss
I compile a network also use tf dynamic_rnn with TVM. I meet an another error: when convert this op in the frontend: ``` name: "rnn_1/gru1/while/TensorArrayWrite/TensorArrayWriteV3" op: "TensorArrayWriteV3" input: "rnn_1/gru1/while/TensorArrayWrite/TensorArrayWriteV3/Enter" input: "rnn_1/gru1/w

[Apache TVM Discuss] [Questions] Where is the debug log of tvm?

2021-08-18 Thread okkk via Apache TVM Discuss
@yuchenj , Thank you very much for your reply!!! --- [Visit Topic](https://discuss.tvm.apache.org/t/where-is-the-debug-log-of-tvm/10829/4) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.

[Apache TVM Discuss] [Questions] Where is the debug log of tvm?

2021-08-18 Thread Yuchen Jin via Apache TVM Discuss
Hi @okkk, if you mean you want to see the log messages produced by `DLOG(..)`, you can do `set(USE_RELAY_DEBUG ON)` in config.cmake, build, and set environment variable `TVM_LOG_DEBUG=1`. --- [Visit Topic](https://discuss.tvm.apache.org/t/where-is-the-debug-log-of-tvm/10829/2) to respond

[Apache TVM Discuss] [Questions] Where is the debug log of tvm?

2021-08-18 Thread okkk via Apache TVM Discuss
Sorry, I’m new here, I can’t find the debug log, can someone tell me how to find it, thank you very much --- [Visit Topic](https://discuss.tvm.apache.org/t/where-is-the-debug-log-of-tvm/10829/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe