Is there such a relay pass or example?
origin : ... op1 -> byoc func -> op2 ...
wanted : ... op1 -> layout transform -> byoc func -> layout transform -> op2
...
---
[Visit
Topic](https://discuss.tvm.apache.org/t/relay-op1-layout-transform-byoc-func-layout-transform-op2/12127/1)
to res
This is in a very active development. Simple graphs like
https://github.com/apache/tvm/blob/2b35cfd6ddb73afecd3f550f33881e1fdc7c3267/tests/python/contrib/test_hexagon/rpc/test_launcher.py#L190-L202
now runs end to end on Hex (both host and device are hexagon).
---
[Visit
Topic](https://di