manupa-arm commented on pull request #7374:
URL: https://github.com/apache/tvm/pull/7374#issuecomment-770751801


   Hi @mbrookhart ,
   
   This looks great! In the code clean up, would you be considering factor out 
let-chain traversal possibly as an utility ?. I see a pattern that the current 
implementation of Let node is had "pre" and "post" processing stage that is 
being done prior and after the pushing them to the stack. So I was wondering, 
whether its possible to expose a generic interface just to provide the pre 
processing functionality (going down the let chain) and post processing 
functionality (coming up the let chain). I m not sure how the actual 
implementation should look like -- do let me know what you have in mind :) .


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