One thing that is worth considering is how are we going to parse a module with
mixed relay and tir functions (or those with external ones).
```
@tvm.script
class MixedModule:
def relay_func(x: ty.Tensor):
return relay.call_tir_dest_passing(tir_func, x)
def tir_func(x: ty.handle)
...
```
Having such mixed module(and unified design) is a motivation for a common
decorator. Although I agree we need to think about ways to distinguish the two.
---
[Visit Topic](https://discuss.tvm.apache.org/t/rfc-rename-hybrid-script/7915/8)
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/32e541cc416ea2da4f403f152463bbe27f29e368725af3bb3a2d5d6975dc5643).