[Apache TVM Discuss] [Questions] TVM terms: relay, topi, tir, te

2020-11-05 Thread Christoph Gerum via Apache TVM Discuss
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

[Apache TVM Discuss] [Questions] How to lower relay built modules?

2022-03-09 Thread Christoph Gerum via Apache TVM Discuss
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

[Apache TVM Discuss] [Questions] How to lower relay built modules?

2022-03-10 Thread Christoph Gerum via Apache TVM Discuss
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