You are viewing a plain text version of this content. The canonical link for it is here.
Posted to discuss-archive@tvm.apache.org by sebastian via Apache TVM Discuss <no...@discuss.tvm.ai> on 2022/03/09 12:15:28 UTC

[Apache TVM Discuss] [Questions] 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?





---
[Visit Topic](https://discuss.tvm.apache.org/t/where-does-relay-op-topi-op-connect/12277/1) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/1ecc97fe7f9408f28ec82b5a3deaf81852278bab2114a52e79a3dff58a4987b4).

[Apache TVM Discuss] [Questions] Where does Relay OP & TOPI OP connect?

Posted by sebastian via Apache TVM Discuss <no...@discuss.tvm.ai>.

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





---
[Visit Topic](https://discuss.tvm.apache.org/t/where-does-relay-op-topi-op-connect/12277/3) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/747fb35e452bd6d24aa93a74a092b7edb6489348640c5d0215856aaaa33cdc0e).

[Apache TVM Discuss] [Questions] Where does Relay OP & TOPI OP connect?

Posted by Ligeng Zhu via Apache TVM Discuss <no...@discuss.tvm.ai>.

You can find the platform specific strategy here

https://github.com/apache/tvm/tree/main/python/tvm/relay/op/strategy

You also register you OP via following the tutorial 

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





---
[Visit Topic](https://discuss.tvm.apache.org/t/where-does-relay-op-topi-op-connect/12277/2) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/95d72720b09858b58b55950dc077c93c334d8714c473d19275cea73d1a82b401).