PhilippvK commented on pull request #7401:
URL: https://github.com/apache/tvm/pull/7401#issuecomment-846545791


   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to