TVM terms: relay, topi, tir, te

First of all, I’m by no means expert in TVM. So just my two cents.

I believe the Relay-> Tir transform happens with so-called “lowering” process in side python/tvm/relay/backend/compile_engine.py, CompileEngine::lower(blah).