tkonolige opened a new pull request #9796:
URL: https://github.com/apache/tvm/pull/9796


   Support varargs (`lambda x, *args: ...`) in te.compute. The varargs take 
indices into the remaining dimensions of the outputs shape. This requires using 
inspect.getfullargspec instead of `fcompute.__code__`.
   
   Also add checks that there are no keyword arguments.
   
   @masahi 
   


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

To unsubscribe, e-mail: [email protected]

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


Reply via email to