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

Reply via email to