Have you found out anything about explicit relay to tir translation. I am
currently wondering,
about the same question.
---
[Visit
Topic](https://discuss.tvm.apache.org/t/tvm-terms-relay-topi-tir-te/6474/3) to
respond.
You are receiving this because you enabled mailing list mode.
To uns
In the default compilation flow the lowering from relay -> te -> tir is
implemented using a relay operator strategy.
For a tutorial on relay operator strategies have a look at:
https://tvm.apache.org/docs/arch/relay_op_strategy.html?highlight=strategy
You will find the default strategies in
As far as I know this is still not directly possible. If your main goal is to
look at the generated tir have a look at my previous answer to:
https://discuss.tvm.apache.org/t/tvm-terms-relay-topi-tir-te/6474/6
If you really need to generate to implement somthing like a `relay.lower` you
could