Where does Relay OP & TOPI OP connect?

Hello! I have a question about Relay op & TOPI op. such as [conv] op,where does both op connect in TVM?I saw in python/tvm/relay/op/nn/_nn.py,this file only has other conv op,not just conv2d,can anyone help me?

You can find the platform specific strategy here

You also register you OP via following the tutorial

https://tvm.apache.org/docs/arch/relay_op_strategy.html?highlight=strategy

Thank you very much! I will study this two tutorials,thanks!