Hey @t-vi, the idea of a fallback for unsupported TorchScript Ops is great. I 
am currently pursuing a similar approach for unsupported (and custom) TFLite 
Ops.

I also stumbled over the issue that  `num_inpust == -1` leads to problems in 
the `type_infer` step and "solved" it in a quite bad way by just packing all my 
inputs in a single Tuple and using `num_inputs = 1`. I would really appreciate 
getting at least your fix to solve this issue merged into upstream. Maybe in a 
separate PR at this is not really related to the TorchScript use case.

-- 
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-846545791

Reply via email to