Example Lowering Relay To TensorIR

Hi, Is there any example to demonstrate the lowering process from relay op to TensorIR? I checked the code in python/tvm/topi, currently only hexagon/qnn[slice] using TIR schedule to implement op, but in python/tvm/relay/op/strategy dir, those hexagon tir schedule ops are never registered. So does tvm support register TensorIR schedule to relay op ? And if true is there a example?

1 Like