[TVM Discuss] [Questions] Parameters: { silent } might not be used

2020-05-31 Thread Heliqi via TVM Discuss
it’s working. I don't change key form ''silent' to 'verbosity'. :joy: --- [Visit Topic](https://discuss.tvm.ai/t/parameters-silent-might-not-be-used/6753/7) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://d

[TVM Discuss] [Questions] Parameters: { silent } might not be used

2020-05-31 Thread Liangfu Chen via TVM Discuss
You might need to check the path of imported tvm import tvm print(tvm.__file__) Changing verbosity=0 worked for me. --- [Visit Topic](https://discuss.tvm.ai/t/parameters-silent-might-not-be-used/6753/6) to respond. You are receiving this because you enabled mailing list mode. T

[TVM Discuss] [Questions] [PattenLang]How to match op according to element type of input and output

2020-05-31 Thread Lixiaoquan via TVM Discuss
I'm afraid I haven't made my point clear. By using has_type, we can match to a specific dtype, but the shape of tensor is also fixed. By using wildcard(), we can match to (**AnyShape**, **AnyType**). How to achieve something like has_type((**AnyShape**, 'float32'))? ``` in1 = wildcard() in2