You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tvm.apache.org by Thomas Viehmann <no...@github.com.INVALID> on 2021/09/15 12:09:08 UTC

Re: [apache/tvm] WIP/RFC: initial stab at TorchScript fallback (#7401)

So I have been mulling over the best granularity / approach. Currently I'm taking TorchScript functions / graphs as the unit I'm working with. An alternative could be to move to the PyTorch operator level (so one aten::...-call) - which would seem to be more natural in Relay - but then one would either have separate TVM Modules for each operator or have to piece things back together into a graph.

What do you think?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/tvm/pull/7401#issuecomment-919961143