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
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
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